From 26c106410eb8be91b4f5bf6daaa41d7749335f71 Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Thu, 20 Mar 2025 18:10:37 +0100 Subject: [PATCH] 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. --- backup/moodle2/restore_qtype_moopt_plugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/moodle2/restore_qtype_moopt_plugin.class.php b/backup/moodle2/restore_qtype_moopt_plugin.class.php index ef96684..8d242e7 100644 --- a/backup/moodle2/restore_qtype_moopt_plugin.class.php +++ b/backup/moodle2/restore_qtype_moopt_plugin.class.php @@ -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(); -- GitLab