diff options
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r-- | engine/lib/objects.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |