Update roundcube core API calls

This commit is contained in:
Thomas Bruederli 2012-05-10 20:45:06 +02:00
parent 0131c8aa51
commit 418e6540f5

View file

@ -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();