summaryrefslogtreecommitdiff
path: root/plugins/help
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/help')
-rw-r--r--plugins/help/help.php2
1 files changed, 1 insertions, 1 deletions
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'));