aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/sites.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index b87a7361e..1b55e1972 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -48,11 +48,9 @@
$site = new stdClass;
foreach ($id->attributes as $k => $v)
$site->$k = $v;
-
- error_log("**** 2");
+
} else if (strpos($id, "http") !== false) {
$site = get_site_byurl($id);
- error_log("**** 3");
} else {
$tmp = get_site((int)$id); // This is an integer ID
$site = new stdClass;