|
From: MW <jo...@us...> - 2008-02-09 12:42:07
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25635/includes/shared/phpbb3/includes Modified Files: functions_hook.php Log Message: part of project wide change of using request_vars wrapper class instead of explicite and unfiltered $HTML_*_VARS Index: functions_hook.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions_hook.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** functions_hook.php 8 Feb 2008 14:59:32 -0000 1.8 --- functions_hook.php 9 Feb 2008 12:42:03 -0000 1.9 *************** *** 242,246 **** { global $phpEx, $mx_request_vars, $mx_root_path; ! $panel_i = $mx_request_vars->request( 'i', ''); $menu_action = $this->mx_master->menu_actions; array_shift( $menu_action); --- 242,246 ---- { global $phpEx, $mx_request_vars, $mx_root_path; ! $panel_i = $mx_request_vars->request( 'i', MX_TYPE_NO_TAGS); $menu_action = $this->mx_master->menu_actions; array_shift( $menu_action); |