]> git.mjollnir.org Git - moodle.git/commitdiff
Prevent an rcache-related notice
authormoodler <moodler>
Mon, 29 Jan 2007 06:12:18 +0000 (06:12 +0000)
committermoodler <moodler>
Mon, 29 Jan 2007 06:12:18 +0000 (06:12 +0000)
lib/setup.php

index 1e8dcba46175429ab04f7165c1172d7ac26f71c9..28b0020ad525925f38de76c57df08716fba6a392 100644 (file)
@@ -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