aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/recaptcha.php
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2018-12-12 12:34:16 +0100
committerkasimi <mail@kasimi.net>2018-12-12 12:41:56 +0100
commit83f4074116e646507bbb448f745e0d9b356aa593 (patch)
tree5f62207193d1eaa37c3e814de24a1fb28f570cd5 /phpBB/phpbb/captcha/plugins/recaptcha.php
parent73fd2f357323bc3690ce15be23a54ef1896f87fa (diff)
downloadforums-83f4074116e646507bbb448f745e0d9b356aa593.tar
forums-83f4074116e646507bbb448f745e0d9b356aa593.tar.gz
forums-83f4074116e646507bbb448f745e0d9b356aa593.tar.bz2
forums-83f4074116e646507bbb448f745e0d9b356aa593.tar.xz
forums-83f4074116e646507bbb448f745e0d9b356aa593.zip
[ticket/15910] Pass object arguments by reference implicitly
PHPBB3-15910
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/recaptcha.php')
-rw-r--r--phpBB/phpbb/captcha/plugins/recaptcha.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/plugins/recaptcha.php b/phpBB/phpbb/captcha/plugins/recaptcha.php
index 152709a9ea..b7c0b5f5e2 100644
--- a/phpBB/phpbb/captcha/plugins/recaptcha.php
+++ b/phpBB/phpbb/captcha/plugins/recaptcha.php
@@ -66,7 +66,7 @@ class recaptcha extends captcha_abstract
throw new \Exception('No generator class given.');
}
- function acp_page($id, &$module)
+ function acp_page($id, $module)
{
global $config, $template, $user, $phpbb_log, $request;