diff --git a/lam/lib/cache.inc b/lam/lib/cache.inc index f2dafca7..72c923ea 100644 --- a/lam/lib/cache.inc +++ b/lam/lib/cache.inc @@ -80,6 +80,7 @@ class cache { * */ function get_cache($attributes, $objectClass, $scopelist) { + $return = array(); $this->refresh_cache(); if (is_array($scopelist)) $scopes = $scopelist; else $scopes = array($scopelist);