From 2d35c678f96d0c2f649d5cd3c502d0457de62cc4 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 2 May 2011 09:03:52 +0000 Subject: Default action for plugin tasks is 'index' git-svn-id: https://svn.roundcube.net/trunk@4718 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 9ba19c795..888895899 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -221,6 +221,7 @@ $redirects = 0; $incstep = null; while ($redirects < 5) { // execute a plugin action if ($RCMAIL->plugins->is_plugin_task($RCMAIL->task)) { + if (!$RCMAIL->action) $RCMAIL->action = 'index'; $RCMAIL->plugins->exec_action($RCMAIL->task.'.'.$RCMAIL->action); break; } -- cgit v1.2.3