mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-39936-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
5431fda180
@ -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.
|
||||
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user