MDL-13114 tool_uploadcourse: Web UI uses the new classes

This commit is contained in:
Frederic Massart
2013-07-01 18:03:19 +08:00
parent e0164eb3c6
commit 1e3e4efdb2
8 changed files with 438 additions and 498 deletions

View File

@@ -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++;