diff options
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/gd_wave.php')
-rw-r--r-- | phpBB/phpbb/captcha/plugins/gd_wave.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/plugins/gd_wave.php b/phpBB/phpbb/captcha/plugins/gd_wave.php index bde46f8815..4ac26ed2b7 100644 --- a/phpBB/phpbb/captcha/plugins/gd_wave.php +++ b/phpBB/phpbb/captcha/plugins/gd_wave.php @@ -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; |