aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/qa.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/qa.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/qa.php')
-rw-r--r--phpBB/phpbb/captcha/plugins/qa.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/captcha/plugins/qa.php b/phpBB/phpbb/captcha/plugins/qa.php
index 7797212ac9..8f41434601 100644
--- a/phpBB/phpbb/captcha/plugins/qa.php
+++ b/phpBB/phpbb/captcha/plugins/qa.php
@@ -638,7 +638,7 @@ class qa
/**
* API function - The ACP backend, this marks the end of the easy methods
*/
- function acp_page($id, &$module)
+ function acp_page($id, $module)
{
global $config, $request, $phpbb_log, $template, $user;
@@ -776,7 +776,7 @@ class qa
/**
* This handles the list overview
*/
- function acp_question_list(&$module)
+ function acp_question_list($module)
{
global $db, $template;