aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/sites.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 177f0adbd..68a5ad8cd 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -395,7 +395,7 @@
* @return true
*/
function sites_init($event, $object_type, $object) {
- global $CONFIG;
+ /* global $CONFIG;
$CONFIG->site_id = 1;
@@ -408,7 +408,7 @@
$CONFIG->wwwroot = $site->domain;
}
- return true;
+ return true;*/
}
// Register event handlers