From: moodler Date: Mon, 29 Jan 2007 06:12:18 +0000 (+0000) Subject: Prevent an rcache-related notice X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=326e563a43f9ebe3dda3dfeebe070f3dfa41c2ed;p=moodle.git Prevent an rcache-related notice --- diff --git a/lib/setup.php b/lib/setup.php index 1e8dcba461..28b0020ad5 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -207,7 +207,7 @@ global $HTTPSPAGEREQUIRED; configure_dbconnection(); /// Load up any configuration from the config table - $CFG->rcache = false; + unset($CFG->rcache); $CFG = get_config(); /// Turn on SQL logging if required