From 5b214603698d311edf987bb767f86b058e538dc6 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 13 May 2011 11:13:16 +0000 Subject: - Fix help plugin after change in the API making 'index' action to be the default git-svn-id: https://svn.roundcube.net/trunk@4759 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/help/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/help/help.php b/plugins/help/help.php index 0c70b3a69..ccf80820b 100644 --- a/plugins/help/help.php +++ b/plugins/help/help.php @@ -29,7 +29,7 @@ class help extends rcube_plugin $this->register_task('help'); // register actions - $this->register_action('', array($this, 'action')); + $this->register_action('index', array($this, 'action')); $this->register_action('about', array($this, 'action')); $this->register_action('license', array($this, 'action')); -- cgit v1.2.3