plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Fri Mar 1 14:19:13 CET 2013


 plugins/kolab_files/kolab_files.php |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d83f68b40bb18b9c82541bf616eb21512559cc3e
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Fri Mar 1 14:18:57 2013 +0100

    s/keep_alive/refresh/

diff --git a/plugins/kolab_files/kolab_files.php b/plugins/kolab_files/kolab_files.php
index cd82da9..bbd410c 100644
--- a/plugins/kolab_files/kolab_files.php
+++ b/plugins/kolab_files/kolab_files.php
@@ -36,7 +36,7 @@ class kolab_files extends rcube_plugin
         $this->rc = rcmail::get_instance();
 
         // Register hooks
-        $this->add_hook('keep_alive', array($this, 'keep_alive'));
+        $this->add_hook('refresh', array($this, 'refresh'));
 
         // Plugin actions for other tasks
         $this->register_action('plugin.kolab_files', array($this, 'actions'));
@@ -88,9 +88,9 @@ class kolab_files extends rcube_plugin
     }
 
     /**
-     * Keep_alive hook handler
+     * Refresh hook handler
      */
-    public function keep_alive($args)
+    public function refresh($args)
     {
         // Here we are refreshing API session, so when we need it
         // the session will be active





More information about the commits mailing list