Fix so role-based plugins are loaded not required
This commit is contained in:
parent
cfe6d63d6f
commit
a355288360
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class kolab_auth extends rcube_plugin
|
|||
|
||||
if (!empty($role_plugins[$role_dn])) {
|
||||
foreach ((array)$role_plugins[$role_dn] as $plugin) {
|
||||
$this->require_plugin($plugin);
|
||||
$this->api->load_plugin($plugin);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue