alecpl
2010-04-23 d824acaf11b9cc0d196488ef3c9bc03bee41f948
- fix typo in mailbox_exists()


1 files modified
2 ■■■ changed files
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -2773,7 +2773,7 @@
                    return true;
            }
            else {
                $a_folders = $this->conn->listMailboxes($this->mod_mailbox(''), $mbox_mbox);
                $a_folders = $this->conn->listMailboxes($this->mod_mailbox(''), $mbox_name);
    
            if (is_array($a_folders) && in_array($this->mod_mailbox($mbox_name), $a_folders))
                return true;