mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/15910] Pass object arguments by reference implicitly
PHPBB3-15910
This commit is contained in:
@@ -33,7 +33,7 @@ class gd_wave extends captcha_abstract
|
||||
return '\\phpbb\\captcha\\gd_wave';
|
||||
}
|
||||
|
||||
function acp_page($id, &$module)
|
||||
function acp_page($id, $module)
|
||||
{
|
||||
global $user;
|
||||
|
||||
|
Reference in New Issue
Block a user