- Fix typo in html_editor hook name (#1487796)

release-0.6
alecpl 14 years ago
parent 2b3a8e8de2
commit f572575652

@ -1748,7 +1748,7 @@ function rcube_html_editor($mode='')
{
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;

Loading…
Cancel
Save