mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-13000 minor fix merged from MOODLE_19_STABLE
This commit is contained in:
parent
8b65d45c2f
commit
8231ba1932
@ -175,6 +175,12 @@ function upgrade_local_db($continueto) {
|
||||
upgrade_log_start();
|
||||
notify('WARNING!!! The local version you are using is OLDER than the version that made these databases!');
|
||||
}
|
||||
|
||||
/// Capabilities
|
||||
if (!update_capabilities('local')) {
|
||||
error('Could not set up the capabilities for local!');
|
||||
}
|
||||
|
||||
upgrade_log_finish();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user