aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/sites.php')
-rw-r--r--engine/lib/sites.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 89ab9bd80..92cd54ecb 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -471,6 +471,7 @@
$CONFIG->site_id = $site;
}
$CONFIG->site_guid = $CONFIG->site_id;
+ $CONFIG->site = get_entity($CONFIG->site_guid);
return true;