Use getStorage().
authorGunnar Wrobel <p@rdus.de>
Mon, 17 Jan 2011 08:25:31 +0000 (09:25 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 17 Jan 2011 10:33:07 +0000 (11:33 +0100)
framework/Share/lib/Horde/Share/Kolab.php

index c042d7d..de78726 100644 (file)
@@ -107,7 +107,8 @@ class Horde_Share_Kolab extends Horde_Share_Base
     {
         return array_map(
             'rawurlencode',
-            $this->_storage->getList()
+            $this->getStorage()
+            ->getList()
             ->getQuery('Base')
             ->listByType($this->_type)
         );