From d45ed50778adedd0155106d3826e7b00a4c5cedf Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 24 Jun 2008 15:04:29 +0000 Subject: Removing more notices. git-svn-id: https://code.elgg.org/elgg/trunk@1108 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 efe7f6dec..1be47ea41 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -199,7 +199,7 @@ if ($row) { // We have already cached this object, so retrieve its value from the cache - if ($CONFIG->debug) + if (isset($CONFIG->debug) && $CONFIG->debug) error_log("** Retrieving sub part of GUID:$guid from cache"); return $row; -- cgit v1.2.3