From 68248abfcfacf4a9743818632257925b8258a973 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 12 Nov 2010 14:48:53 -0500 Subject: [PATCH] Invalidate the correct property name --- framework/Core/lib/Horde/Core/Factory/Share.php | 2 +- framework/Share/lib/Horde/Share.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); } -- 2.11.0