From f572575652b33025a17264dce9abe9a9219dfbc1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 20 Feb 2011 02:39:09 -0500
Subject: [PATCH] - Fix typo in html_editor hook name (#1487796)

---
 program/include/main.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/include/main.inc b/program/include/main.inc
index f2923c5..a930aeb 100644
--- a/program/include/main.inc
+++ b/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;  

--
Gitblit v1.9.1