Update roundcube core API calls
This commit is contained in:
parent
0131c8aa51
commit
418e6540f5
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ class kolab_addressbook_ui
|
|||
if (strlen($folder)) {
|
||||
$hidden_fields[] = array('name' => '_oldname', 'value' => $folder);
|
||||
|
||||
$this->rc->imap_connect();
|
||||
$options = $this->rc->imap->mailbox_info($folder);
|
||||
$this->rc->storage_connect();
|
||||
$options = $this->rc->get_storage()->mailbox_info($folder);
|
||||
}
|
||||
|
||||
$form = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue