summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-02-20 07:39:09 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-02-20 07:39:09 +0000
commit678b9c69d33a3bd3473ca2a08614f2c6c831fc04 (patch)
tree7bf2d1fea377168649e86f1ab937d810c02a418d /roundcubemail/program/include/main.inc
parentf50b4547767c37e366fe1e636d19f0f18a0fa9d6 (diff)
- Fix typo in html_editor hook name (#1487796)
git-svn-id: https://svn.roundcube.net/trunk@4565 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/main.inc')
-rw-r--r--roundcubemail/program/include/main.inc2
1 files changed, 1 insertions, 1 deletions
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;