thomascube
2011-05-02 87e58c7a92b4581fabe43d9f5bac7a68acc8d343
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;
  }