]> git.mjollnir.org Git - moodle.git/commitdiff
Just a small comment to avoid problems in the future
authorgustav_delius <gustav_delius>
Fri, 28 Apr 2006 09:34:33 +0000 (09:34 +0000)
committergustav_delius <gustav_delius>
Fri, 28 Apr 2006 09:34:33 +0000 (09:34 +0000)
admin/index.php

index c1c836103f6d2d31827f970832ae450d0a099a9b..c78af9422d267dbe5ce745e753758d09554ecc06 100644 (file)
     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