Skip to content

Commit

Permalink
MDL-39936 upgrade: 2.5.0 line incorrectly positioned
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed May 30, 2013
1 parent f36066f commit 2e80405
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/db/upgrade.php
Expand Up @@ -2139,6 +2139,9 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2013042300.00);
}

// Moodle v2.5.0 release upgrade line.
// Put any upgrade step following this.

if ($oldversion < 2013051400.01) {
// Fix incorrect cc-nc url. Unfortunately the license 'plugins' do
// not give a mechanism to do this.
Expand All @@ -2160,9 +2163,5 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2013051400.01);
}

// Moodle v2.5.0 release upgrade line.
// Put any upgrade step following this.


return true;
}

0 comments on commit 2e80405

Please sign in to comment.