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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 4aace3f47..f4478445a 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -228,7 +228,7 @@
$guid = (int)$guid;
$row = retrieve_cached_entity_row($guid);
- if ($row->isFullyLoaded())
+ if ($row)
{
// We have already cached this object, so retrieve its value from the cache
if ($CONFIG->debug)