|
From: Jon O. <jon...@us...> - 2008-02-22 23:04:28
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12188 Modified Files: mx_search.php Log Message: Updated load_file() method. Bugfix. The wrong file was included. Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mx_search.php 9 Feb 2008 12:48:51 -0000 1.24 --- mx_search.php 22 Feb 2008 23:04:25 -0000 1.25 *************** *** 22,26 **** //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); ! mx_page::load_file('functions_search', 'phpbb2'); // --- 22,26 ---- //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); ! mx_page::load_file('functions_search'); // |