aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-13 16:01:55 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-13 16:01:55 +0000
commit722f5f5469c30aeb76a42996f016c2e8a0ec9073 (patch)
tree63aa93b1050bfd75f4506b3e95791bbaa9261f71 /engine/lib/sites.php
parentccf07a2057a0176ea4354282467c6cb121a5875a (diff)
downloadelgg-722f5f5469c30aeb76a42996f016c2e8a0ec9073.tar.gz
elgg-722f5f5469c30aeb76a42996f016c2e8a0ec9073.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Commented out sites_init - this needs to be rewritten! git-svn-id: https://code.elgg.org/elgg/trunk@201 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/sites.php')
-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