mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
MDL-13114 tool_uploadcourse: Web UI uses the new classes
This commit is contained in:
@@ -213,6 +213,7 @@ class tool_uploadcourse_processor {
|
||||
$deleted++;
|
||||
}
|
||||
|
||||
$data = array_merge($data, $course->get_data(), array('id' => $course->get_id()));
|
||||
$tracker->output($this->linenb, true, $status, $data);
|
||||
} else {
|
||||
$errors++;
|
||||
|
Reference in New Issue
Block a user