aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-14 17:39:58 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-14 17:39:58 +0000
commit8de97e9a4c9ed5776f9012ff7416b67b0339334f (patch)
treea65e4e31073ab9617fb3ae0e0752f0d3ac1eb246
parente3c9f9a7c3d06afcae05f6c3e8a050394a4696b9 (diff)
downloadelgg-8de97e9a4c9ed5776f9012ff7416b67b0339334f.tar.gz
elgg-8de97e9a4c9ed5776f9012ff7416b67b0339334f.tar.bz2
"Undefined" messages tidied up
git-svn-id: https://code.elgg.org/elgg/trunk@2452 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--engine/lib/elgglib.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index 253421c7f..c93d6ad14 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -1508,6 +1508,7 @@
return $DATALIST_CACHE[$name];
// If memcache enabled then cache value in memcache
+ $value = null;
static $datalist_memcache;
if ((!$datalist_memcache) && (is_memcache_available()))
$datalist_memcache = new ElggMemcache('datalist_memcache');