Default action for plugin tasks is 'index'

release-0.6
thomascube 13 years ago
parent 2d889ecd38
commit 87e58c7a92

@ -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;
}

Loading…
Cancel
Save