Fix for bug 2635:
The "current blocks code older than the one that made the database" message tweaked so that it's different from the corresponding Moodle core warning.
This commit is contained in:
+1
-1
@@ -737,7 +737,7 @@ function upgrade_blocks_db($continueto) {
|
||||
}
|
||||
|
||||
} else if ($blocks_version < $CFG->blocks_version) {
|
||||
notify('WARNING!!! The code you are using is OLDER than the version that made these databases!');
|
||||
notify('WARNING!!! The Blocks version you are using is OLDER than the version that made these databases!');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user