|
From: FlorinCB <ory...@us...> - 2008-07-18 00:49:59
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1627 Modified Files: mx_module_defs.php Log Message: fix Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** mx_module_defs.php 13 Jul 2008 19:31:43 -0000 1.30 --- mx_module_defs.php 18 Jul 2008 00:49:54 -0000 1.31 *************** *** 552,556 **** // either remove this section or delete the modules/tinymce folder // ! if ( file_exists( $mx_root_path . 'modules/mx_shared/tinymce/jscripts/tiny_mce/blank.htm' ) ) { $langcode = mx_get_langcode(); --- 552,556 ---- // either remove this section or delete the modules/tinymce folder // ! if ( file_exists($mx_root_path . 'modules/mx_shared/tinymce/jscripts/tiny_mce/tiny_mce.js') ) { $langcode = mx_get_langcode(); |