From ba5fce1be74c5d90f085e622b806eae53d4acc38 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 Aug 2009 21:52:36 -0600 Subject: [PATCH] Bug #8468: When appending namespaces, search for empty namespace. --- imp/lib/Imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.11.0