From 87e58c7a92b4581fabe43d9f5bac7a68acc8d343 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 2 May 2011 09:03:52 +0000 Subject: Default action for plugin tasks is 'index' --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 9ba19c795..888895899 100644 --- a/index.php +++ b/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