Aleksander Machniak
2012-11-12 a95687cfe8ede73033912848d445bb63257d850a
Plugin API: Add 'refresh' hook
1 files modified
3 ■■■■■ changed files
index.php 3 ●●●●● patch | view | raw | blame | history
index.php
@@ -290,6 +290,9 @@
  }
}
if ($RCMAIL->action == 'refresh') {
  $RCMAIL->plugins->exec_hook('refresh', array());
}
// parse main template (default)
$OUTPUT->send($RCMAIL->task);