Closed (fixed)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2005 at 17:55 UTC
Updated:
16 Jan 2006 at 04:20 UTC
In the tinymce_process_textarea() function (currently line 222), the fileexists test for tiny_mce_gzip.php omits to add an extra '/' following the $tinymce_mod_path concatenation. The file is never found and the non-compressed javascript files are always used. The line should probably be:
if (file_exists($tinymce_mod_path. '/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php')) {
Comments
Comment #1
matt westgate commentedFixed. Thanks!
Comment #2
(not verified) commented