diff --git a/lib/setup.php b/lib/setup.php index 1e8dcba4617..28b0020ad52 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