|
From: Florin C B. <ory...@us...> - 2013-04-19 15:00:57
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6981 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.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** mx_functions_style.php 18 Apr 2013 02:04:18 -0000 1.124 --- mx_functions_style.php 19 Apr 2013 15:00:53 -0000 1.125 *************** *** 482,486 **** } ! if ($check_file2 && file_exists($root_path . $root . $path . '/' . $filename2)) { $this->module_template_path = $root . $path . '/'; --- 482,486 ---- } ! if ($check_file2 && @file_exists($root_path . $root . $path . '/' . $filename2)) { $this->module_template_path = $root . $path . '/'; |