s/keep_alive/refresh/
This commit is contained in:
parent
5990cf89ff
commit
d83f68b40b
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ class kolab_files extends rcube_plugin
|
||||||
$this->rc = rcmail::get_instance();
|
$this->rc = rcmail::get_instance();
|
||||||
|
|
||||||
// Register hooks
|
// Register hooks
|
||||||
$this->add_hook('keep_alive', array($this, 'keep_alive'));
|
$this->add_hook('refresh', array($this, 'refresh'));
|
||||||
|
|
||||||
// Plugin actions for other tasks
|
// Plugin actions for other tasks
|
||||||
$this->register_action('plugin.kolab_files', array($this, 'actions'));
|
$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
|
// Here we are refreshing API session, so when we need it
|
||||||
// the session will be active
|
// the session will be active
|
||||||
|
|
Loading…
Add table
Reference in a new issue