From: Evan Prodromou Date: Thu, 3 Feb 2011 16:38:11 +0000 (-0500) Subject: FIXME for Plugin::path() in TinyMCE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27eeee08c1534859dc944346422597610ab2f7c7;p=quix0rs-gnu-social.git FIXME for Plugin::path() in TinyMCE --- diff --git a/plugins/TinyMCE/TinyMCEPlugin.php b/plugins/TinyMCE/TinyMCEPlugin.php index e0640ebdf3..49bbdf90db 100644 --- a/plugins/TinyMCE/TinyMCEPlugin.php +++ b/plugins/TinyMCE/TinyMCEPlugin.php @@ -38,6 +38,10 @@ if (!defined('STATUSNET')) { * Use TinyMCE library to allow rich text editing in the browser * * Converts the notice form in browser to a rich-text editor. + * + * FIXME: this plugin DOES NOT load its static files from the configured + * plugin server if one exists. There are cross-server permissions errors + * if you try to do that (something about window.tinymce). * * @category WYSIWYG * @package StatusNet