From 1124c6e9a16cdc5b9f7d31499faefbccaccdab7a Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 9 Jun 2008 17:16:54 +0000 Subject: Marcus Povey * Caching complete git-svn-id: https://code.elgg.org/elgg/trunk@843 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/objects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/objects.php') 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) -- cgit v1.2.3