]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TinyMCE/TinyMCEPlugin.php
TinyMCE: core tweak; switching order of input processing so length limit is applied...
[quix0rs-gnu-social.git] / plugins / TinyMCE / TinyMCEPlugin.php
index 9408e20c957b2d4498350645932f47d8b5371cbc..d9e1893759ca3e64048ac7d2db615d413156d233 100644 (file)
@@ -115,7 +115,7 @@ class TinyMCEPlugin extends Plugin
      * @param array $options
      * @return boolean hook return
      */
-    function onSaveNewNoticeWeb($action, $user, &$content, &$options)
+    function onStartSaveNewNoticeWeb($action, $user, &$content, &$options)
     {
         $html = $this->sanitizeHtml($action->arg('status_textarea'));
         $options['rendered'] = $html;