Changeset 3558 in subversion


Ignore:
Timestamp:
Apr 23, 2010 9:54:35 AM (3 years ago)
Author:
alec
Message:
  • fix typo in mailbox_exists()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r3554 r3558  
    27742774            } 
    27752775            else { 
    2776                 $a_folders = $this->conn->listMailboxes($this->mod_mailbox(''), $mbox_mbox); 
     2776                $a_folders = $this->conn->listMailboxes($this->mod_mailbox(''), $mbox_name); 
    27772777         
    27782778                if (is_array($a_folders) && in_array($this->mod_mailbox($mbox_name), $a_folders)) 
Note: See TracChangeset for help on using the changeset viewer.