From: Michael J. Rubinsky Date: Fri, 12 Nov 2010 19:48:53 +0000 (-0500) Subject: Invalidate the correct property name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=68248abfcfacf4a9743818632257925b8258a973;p=horde.git Invalidate the correct property name --- diff --git a/framework/Core/lib/Horde/Core/Factory/Share.php b/framework/Core/lib/Horde/Core/Factory/Share.php index e3fb7a61f..28367e33b 100644 --- a/framework/Core/lib/Horde/Core/Factory/Share.php +++ b/framework/Core/lib/Horde/Core/Factory/Share.php @@ -1,6 +1,6 @@ _shareMap[$id] = $name; /* Reset caches that depend on unknown criteria. */ - $this->_listCache = array(); + $this->_listcache = array(); return $result; } @@ -391,7 +391,7 @@ class Horde_Share unset($this->_cache[$share->getName()]); /* Reset caches that depend on unknown criteria. */ - $this->_listCache = array(); + $this->_listcache = array(); return $this->_removeShare($share); }