Fix xinha init call
authorJamie Cameron <jcameron@webmin.com>
Thu, 8 Oct 2009 07:02:02 +0000 (00:02 -0700)
committerJamie Cameron <jcameron@webmin.com>
Thu, 8 Oct 2009 07:02:02 +0000 (00:02 -0700)
mailboxes/reply_mail.cgi

index e47d248..4f5148f 100755 (executable)
@@ -323,7 +323,7 @@ else {
                $in{'forward'} || @mailforward ? $text{'forward_title'} :
                $in{'enew'} ? $text{'enew_title'} :
                              $text{'reply_title'}, undef,
-               $html_edit ? "onload='initEditor()'" : "",
+               $html_edit ? "onload='xinha_init()'" : "",
                &folder_link($in{'user'}, $folder));
        }