From f572575652b33025a17264dce9abe9a9219dfbc1 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 20 Feb 2011 07:39:09 +0000 Subject: - Fix typo in html_editor hook name (#1487796) --- program/include/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/main.inc') diff --git a/program/include/main.inc b/program/include/main.inc index f2923c52e..a930aeb34 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -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; -- cgit v1.2.3