Fix function names
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Mar 2010 05:58:24 +0000 (22:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Mar 2010 07:09:41 +0000 (00:09 -0700)
imp/lib/Ajax/Application.php

index 6a24a62..efc1872 100644 (file)
@@ -25,7 +25,7 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base
      * @var array
      */
     protected $_readOnly = array(
-        'Html2Text', 'Text2Html'
+        'html2Text', 'text2Html'
     );
 
     /**