MDL-41754 (1) Progress tracking : moved from backup and restore to core
This commit is contained in:
@@ -110,7 +110,7 @@ class backup_controller extends base_controller {
|
||||
|
||||
// By default there is no progress reporter. Interfaces that wish to
|
||||
// display progress must set it.
|
||||
$this->progress = new core_backup_null_progress();
|
||||
$this->progress = new \core\progress\null();
|
||||
|
||||
// Instantiate the output_controller singleton and active it if interactive and inmediate
|
||||
$oc = output_controller::get_instance();
|
||||
|
||||
Reference in New Issue
Block a user