aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r--engine/lib/objects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php
index 7ade3b475..925cf6c88 100644
--- a/engine/lib/objects.php
+++ b/engine/lib/objects.php
@@ -196,7 +196,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)