alecpl
2009-12-15 58fb6502e3550e59afa8799d36dfce61a18f8b1b
program/include/rcube_plugin_api.php
@@ -181,6 +181,9 @@
   */
  public function exec_hook($hook, $args = array())
  {
    if (!is_array($args))
      $args = array('arg' => $args);
    $args += array('abort' => false);
    $this->active_hook = $hook;