mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
set config statsupgraded during install so we don't try upgrade later
This commit is contained in:
parent
ecfdc901fc
commit
b4713311d4
@ -150,6 +150,7 @@
|
||||
if (!update_capabilities()) {
|
||||
error('Had trouble installing the core capabilities for the Roles System');
|
||||
}
|
||||
set_config('statsrolesupgraded',time());
|
||||
|
||||
// Write default settings unconditionally (i.e. even if a setting is already set, overwrite it)
|
||||
// (this should only have any effect during initial install).
|
||||
|
Loading…
x
Reference in New Issue
Block a user