From 678b9c69d33a3bd3473ca2a08614f2c6c831fc04 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 20 Feb 2011 07:39:09 +0000 Subject: - Fix typo in html_editor hook name (#1487796) git-svn-id: https://svn.roundcube.net/trunk@4565 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index f2923c52e..a930aeb34 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/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