Skip to content

Commit

Permalink
Upgrade activity modules first ... see bug 2630
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 24, 2005
1 parent 6f07ab6 commit 0143fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/index.php
Expand Up @@ -228,6 +228,9 @@



/// Find and check all main modules and load them up or upgrade them if necessary
upgrade_activity_modules("$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards

/// Upgrade backup/restore system if necessary
require_once("$CFG->dirroot/backup/lib.php");
upgrade_backup_db("$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards
Expand All @@ -242,9 +245,6 @@
/// Check all enrolment plugins and upgrade if necessary
upgrade_enrol_plugins("$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards

/// Find and check all main modules and load them up or upgrade them if necessary
upgrade_activity_modules("$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards



/// Set up the overall site name etc.
Expand Down

0 comments on commit 0143fb9

Please sign in to comment.