|
From: Florin C B. <ory...@us...> - 2013-06-17 00:31:41
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6173 Modified Files: mx_functions_style.php Log Message: Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** mx_functions_style.php 16 Jun 2013 01:10:13 -0000 1.129 --- mx_functions_style.php 17 Jun 2013 00:31:39 -0000 1.130 *************** *** 748,752 **** // Shared phpBB keys ! if ((@include $shared_lang_path . "lang_" . $this->lang['default_lang'] . "/lang_admin.$phpEx") === false) { if ((@include $shared_lang_path . "lang_english/lang_admin.$phpEx") === false) --- 748,752 ---- // Shared phpBB keys ! if ((include $shared_lang_path . "lang_" . $this->lang['default_lang'] . "/lang_admin.$phpEx") === false) { if ((@include $shared_lang_path . "lang_english/lang_admin.$phpEx") === false) *************** *** 1851,1855 **** if ((@include $module_lang_path . "language/lang_english/lang_admin.$phpEx") === false) { ! mx_message_die(CRITICAL_ERROR, 'Modiule admin language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx" . ' couldn\'t be opened.'); } } --- 1851,1855 ---- if ((@include $module_lang_path . "language/lang_english/lang_admin.$phpEx") === false) { ! mx_message_die(CRITICAL_ERROR, 'Modiule admin language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx" . ' couldn\'t be opened.'); } } *************** *** 1905,1909 **** * @param unknown_type $page_id */ ! function init( $user_ip, $page_id, $init_style = true ) { // --- 1905,1909 ---- * @param unknown_type $page_id */ ! function init($user_ip, $page_id, $init_style = true) { // *************** *** 1922,1926 **** // Inititate User style // ! if ( $init_style ) { $this->_init_style(); --- 1922,1926 ---- // Inititate User style // ! if ($init_style) { $this->_init_style(); |