|
From: Jon O. <jon...@us...> - 2008-07-11 21:23:50
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2159 Modified Files: common.php Log Message: New object, mx_backend() Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** common.php 10 Jul 2008 22:04:51 -0000 1.95 --- common.php 11 Jul 2008 21:23:08 -0000 1.96 *************** *** 203,212 **** // ! // instatiate the mx_request_vars class // make sure to do before it's ever used $mx_request_vars = new mx_request_vars(); // ! // Instatiate the mx_cache class // $mx_cache = new mx_cache(); --- 203,212 ---- // ! // Instantiate the mx_request_vars class // make sure to do before it's ever used $mx_request_vars = new mx_request_vars(); // ! // Instantiate the mx_cache class // $mx_cache = new mx_cache(); *************** *** 235,249 **** // ! // instatiate the mx_user class // $mx_user = new mx_user(); // ! // instatiate the mx_page (CORE) class // $mx_page = new mx_page(); // ! // instatiate the mx_block class // $mx_block = new mx_block(); --- 235,249 ---- // ! // Instantiate the mx_user class // $mx_user = new mx_user(); // ! // Instantiate the mx_page (CORE) class // $mx_page = new mx_page(); // ! // Instantiate the mx_block class // $mx_block = new mx_block(); *************** *** 259,263 **** // PORTAL_URL, PHPBB_URL, PORTAL_VERSION & $board_config // ! $mx_cache->setup_backend(); // --- 259,263 ---- // PORTAL_URL, PHPBB_URL, PORTAL_VERSION & $board_config // ! $mx_backend->setup_backend(); // |