plugins/kolab_auth

Aleksander Machniak machniak at kolabsys.com
Thu Dec 13 14:43:09 CET 2012


 plugins/kolab_auth/kolab_auth.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d7a7fc3534b6d9000acf4b4527b751293d40d46
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Dec 13 14:42:37 2012 +0100

    Revert last change, core uses storage_connect hook now

diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php
index 84cf227..c25e694 100644
--- a/plugins/kolab_auth/kolab_auth.php
+++ b/plugins/kolab_auth/kolab_auth.php
@@ -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'));
 





More information about the commits mailing list