set config statsupgraded during install so we don't try upgrade later

This commit is contained in:
mjollnir_ 2006-09-22 11:09:15 +00:00
parent ecfdc901fc
commit b4713311d4

View File

@ -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).