From d83f68b40bb18b9c82541bf616eb21512559cc3e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 1 Mar 2013 14:18:57 +0100 Subject: [PATCH] s/keep_alive/refresh/ --- plugins/kolab_files/kolab_files.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/kolab_files/kolab_files.php b/plugins/kolab_files/kolab_files.php index cd82da99..bbd410cb 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