aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-09 17:16:54 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-09 17:16:54 +0000
commit1124c6e9a16cdc5b9f7d31499faefbccaccdab7a (patch)
treebe8029beda2965b3503c3f8f54cf8fc29a2adc51 /engine/lib/objects.php
parentf2b8841f68f4a0c47a06fb063413b7b2317a9533 (diff)
downloadelgg-1124c6e9a16cdc5b9f7d31499faefbccaccdab7a.tar.gz
elgg-1124c6e9a16cdc5b9f7d31499faefbccaccdab7a.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Caching complete git-svn-id: https://code.elgg.org/elgg/trunk@843 36083f99-b078-4883-b0ff-0f9b5a30f544
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)