Invalidate the correct property name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 19:48:53 +0000 (14:48 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 19:49:53 +0000 (14:49 -0500)
framework/Core/lib/Horde/Core/Factory/Share.php
framework/Share/lib/Horde/Share.php

index e3fb7a6..28367e3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A Horde_Injector:: based Horde_Share:: factory.
+ * A Horde_Injector:: based Horde_Core_Share_Driver:: factory.
  *
  * @category Horde
  * @package  Core
index 8d3c559..7e1c11d 100644 (file)
@@ -368,7 +368,7 @@ class Horde_Share
         $this->_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);
     }