aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/gd.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-24 15:32:50 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-12-24 15:32:50 +0100
commit58856c06b046dda473a7c0c14d5b0459ad161185 (patch)
tree1532d1bca27bd2ef797dc73d6a38c8570ba3e48f /phpBB/phpbb/captcha/plugins/gd.php
parentca98cd413a6f01eb01e3ca60cea9b55409dadc61 (diff)
parent83f4074116e646507bbb448f745e0d9b356aa593 (diff)
downloadforums-58856c06b046dda473a7c0c14d5b0459ad161185.tar
forums-58856c06b046dda473a7c0c14d5b0459ad161185.tar.gz
forums-58856c06b046dda473a7c0c14d5b0459ad161185.tar.bz2
forums-58856c06b046dda473a7c0c14d5b0459ad161185.tar.xz
forums-58856c06b046dda473a7c0c14d5b0459ad161185.zip
Merge pull request #5481 from kasimi/ticket/15910-3.2.x
[ticket/15910] Pass object arguments by reference implicitly
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/gd.php')
-rw-r--r--phpBB/phpbb/captcha/plugins/gd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/plugins/gd.php b/phpBB/phpbb/captcha/plugins/gd.php
index 831e5bcfdf..6d3c9bb3d2 100644
--- a/phpBB/phpbb/captcha/plugins/gd.php
+++ b/phpBB/phpbb/captcha/plugins/gd.php
@@ -51,7 +51,7 @@ class gd extends captcha_abstract
return 'CAPTCHA_GD';
}
- function acp_page($id, &$module)
+ function acp_page($id, $module)
{
global $user, $template, $phpbb_log, $request;
global $config;