Load config for Kolab address book UI
This commit is contained in:
parent
3a42ca7b53
commit
3de184a5d8
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ class kolab_addressbook extends rcube_plugin
|
||||||
|
|
||||||
// Load UI elements
|
// Load UI elements
|
||||||
if ($this->api->output->type == 'html') {
|
if ($this->api->output->type == 'html') {
|
||||||
|
$this->load_config();
|
||||||
require_once($this->home . '/lib/kolab_addressbook_ui.php');
|
require_once($this->home . '/lib/kolab_addressbook_ui.php');
|
||||||
$this->ui = new kolab_addressbook_ui($this);
|
$this->ui = new kolab_addressbook_ui($this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue