Fix function signature
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 1 Dec 2009 03:38:22 +0000 (20:38 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 1 Dec 2009 03:38:32 +0000 (20:38 -0700)
imp/lib/Imap.php

index a1e07eb..fd14965 100644 (file)
@@ -398,7 +398,7 @@ class IMP_Imap
      * @return string  The mailbox string with any necessary namespace info
      *                 added.
      */
-    static public function appendNamespace($mbox)
+    public function appendNamespace($mbox)
     {
         $ns_info = $this->getNamespace($mbox);
         if (is_null($ns_info)) {