diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 14:27:37 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 14:27:37 +0000 |
commit | 0851ae8bbe9c0d6d8e2f2a473a34cfc87cd98e77 (patch) | |
tree | bc745f58ab7d569c800bf1f1d96f0b5cdfa68826 /engine/lib/entities.php | |
parent | 6ac720ccfc730919c9a81007c8cf743813b98014 (diff) | |
download | elgg-0851ae8bbe9c0d6d8e2f2a473a34cfc87cd98e77.tar.gz elgg-0851ae8bbe9c0d6d8e2f2a473a34cfc87cd98e77.tar.bz2 |
Removing an annoying notice
git-svn-id: https://code.elgg.org/elgg/trunk@1107 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 96a622227..c97c560b8 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -942,7 +942,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 GUID:$guid from cache"); return $row; |