Skip to content
Snippets Groups Projects
Commit 26c10641 authored by Elke Kreim's avatar Elke Kreim
Browse files

Uncomment log call

This line thow base_step_exception aver Moodle update to version v4.5.3.
Duplicating course modules and saving and restoring courses had been broken.
parent 8b0c16c8
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class restore_qtype_moopt_plugin extends restore_qtype_plugin {
* Returns the paths to be handled by the plugin at question level
*/
protected function define_question_plugin_structure() {
$this->step->log('Restore called', backup::LOG_INFO);
// $this->step->log('Restore called', backup::LOG_INFO);
$paths = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment