MFB: Make this publicly accessible.
authorGunnar Wrobel <p@rdus.de>
Thu, 24 Jun 2010 14:23:09 +0000 (16:23 +0200)
committerGunnar Wrobel <p@rdus.de>
Thu, 24 Jun 2010 14:23:09 +0000 (16:23 +0200)
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Namespace.php

index a3a2639..a907aec 100644 (file)
@@ -112,7 +112,7 @@ implements Iterator
      * @throws Horde_Kolab_Storage_Exception If the namespace of the folder
      *                                       cannot be determined.
      */
-    protected function matchNamespace($name)
+    public function matchNamespace($name)
     {
         foreach ($this->_namespaces as $namespace) {
             if ($namespace->matches($name)) {