thomascube
2011-05-02 87e58c7a92b4581fabe43d9f5bac7a68acc8d343
Default action for plugin tasks is 'index'

1 files modified
1 ■■■■ changed files
index.php 1 ●●●● patch | view | raw | blame | history
index.php
@@ -221,6 +221,7 @@
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;
  }