|
From: FlorinCB <ory...@us...> - 2008-07-18 00:51:17
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2556 Modified Files: Tag: core28x 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.23.2.3 retrieving revision 1.23.2.4 diff -C2 -d -r1.23.2.3 -r1.23.2.4 *** mx_module_defs.php 3 Jun 2008 21:04:05 -0000 1.23.2.3 --- mx_module_defs.php 18 Jul 2008 00:51:14 -0000 1.23.2.4 *************** *** 534,538 **** // 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(); --- 534,538 ---- // 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(); |