From: gustav_delius Date: Fri, 28 Apr 2006 09:34:33 +0000 (+0000) Subject: Just a small comment to avoid problems in the future X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b59126298d77364fb6e0b2d575ae72c8b31dbe4d;p=moodle.git Just a small comment to avoid problems in the future --- diff --git a/admin/index.php b/admin/index.php index c1c836103f..c78af9422d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -228,6 +228,7 @@ upgrade_activity_modules("$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards /// Check all questiontype plugins and upgrade if necessary + // It is important that this is done AFTER the quiz module has been upgraded upgrade_plugins('qtype', 'question/type', "$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards /// Upgrade backup/restore system if necessary