diff --git a/index.php b/index.php index 05fc641b5..aee94e971 100644 --- a/index.php +++ b/index.php @@ -290,6 +290,9 @@ while ($redirects < 5) { } } +if ($RCMAIL->action == 'refresh') { + $RCMAIL->plugins->exec_hook('refresh', array()); +} // parse main template (default) $OUTPUT->send($RCMAIL->task);