mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/13455] Update calls to request_var()
PHPBB3-13455
This commit is contained in:
@@ -29,7 +29,7 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||
$phpbb_root_path='./../';
|
||||
include($phpbb_root_path . 'common.'.$phpEx);
|
||||
|
||||
$mode = request_var('mode', '');
|
||||
$mode = $request->variable('mode', '');
|
||||
|
||||
$modules = find_modules($phpbb_root_path . 'language/en');
|
||||
|
||||
|
Reference in New Issue
Block a user