Load config for Kolab address book UI

This commit is contained in:
Thomas Bruederli 2014-01-21 16:34:31 +01:00
parent 3a42ca7b53
commit 3de184a5d8

View file

@ -67,6 +67,7 @@ class kolab_addressbook extends rcube_plugin
// Load UI elements
if ($this->api->output->type == 'html') {
$this->load_config();
require_once($this->home . '/lib/kolab_addressbook_ui.php');
$this->ui = new kolab_addressbook_ui($this);
}