alecpl
2011-02-20 f572575652b33025a17264dce9abe9a9219dfbc1
- Fix typo in html_editor hook name (#1487796)


1 files modified
2 ■■■ changed files
program/include/main.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -1748,7 +1748,7 @@
{
  global $RCMAIL, $CONFIG;
  $hook = $RCMAIL->plugins->exec_hook('hmtl_editor', array('mode' => $mode));
  $hook = $RCMAIL->plugins->exec_hook('html_editor', array('mode' => $mode));
  if ($hook['abort'])
    return;