From: mjollnir_ Date: Fri, 22 Sep 2006 11:09:15 +0000 (+0000) Subject: set config statsupgraded during install so we don't try upgrade later X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b4713311d40406a446c2a358fe8f4b37b93ad127;p=moodle.git set config statsupgraded during install so we don't try upgrade later --- diff --git a/admin/index.php b/admin/index.php index 4f472000c9..8f620b5c48 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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).