Bug #8468: When appending namespaces, search for empty namespace.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 5 Aug 2009 03:52:36 +0000 (21:52 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 5 Aug 2009 03:52:36 +0000 (21:52 -0600)
imp/lib/Imap.php

index f85d6dc..3411e0f 100644 (file)
@@ -399,7 +399,7 @@ class IMP_Imap
      */
     static public function appendNamespace($mbox)
     {
-        $ns_info = $this->getNamespace($mbox, false);
+        $ns_info = $this->getNamespace($mbox);
         if (is_null($ns_info)) {
             $ns_info = $this->defaultNamespace();
         }