From: Gunnar Wrobel Date: Thu, 24 Jun 2010 14:23:09 +0000 (+0200) Subject: MFB: Make this publicly accessible. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=60d690ae5bb3cbde8c99ae3b9c236a6a9131e5e2;p=horde.git MFB: Make this publicly accessible. --- diff --git a/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Namespace.php b/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Namespace.php index a3a2639a2..a907aecd9 100644 --- a/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Namespace.php +++ b/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Namespace.php @@ -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)) {