From: Michael M Slusarz Date: Wed, 5 Aug 2009 03:52:36 +0000 (-0600) Subject: Bug #8468: When appending namespaces, search for empty namespace. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ba5fce1be74c5d90f085e622b806eae53d4acc38;p=horde.git Bug #8468: When appending namespaces, search for empty namespace. --- diff --git a/imp/lib/Imap.php b/imp/lib/Imap.php index f85d6dcf6..3411e0ff9 100644 --- a/imp/lib/Imap.php +++ b/imp/lib/Imap.php @@ -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(); }