Revert last change, core uses storage_connect hook now
This commit is contained in:
parent
c666c6a757
commit
5d7a7fc353
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class kolab_auth extends rcube_plugin
|
|||
|
||||
// Hooks related to "Login As" feature
|
||||
$this->add_hook('template_object_loginform', array($this, 'login_form'));
|
||||
$this->add_hook('imap_connect', array($this, 'imap_connect'));
|
||||
$this->add_hook('storage_connect', array($this, 'imap_connect'));
|
||||
$this->add_hook('managesieve_connect', array($this, 'imap_connect'));
|
||||
$this->add_hook('smtp_connect', array($this, 'smtp_connect'));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue