From 326e563a43f9ebe3dda3dfeebe070f3dfa41c2ed Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 29 Jan 2007 06:12:18 +0000 Subject: [PATCH] Prevent an rcache-related notice --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5