Prevent an rcache-related notice

This commit is contained in:
moodler
2007-01-29 06:12:18 +00:00
parent 1466926adf
commit 326e563a43
+1 -1
View 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