aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_captcha.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-12-23 12:53:07 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-12-23 12:53:07 +0100
commit02f7baa0a5bd6b66435e1471d6e372fad9202569 (patch)
tree6b809c3e6fe258c3152f3f3a3af2ddd0302f7b75 /phpBB/includes/acp/acp_captcha.php
parent37fa5e56f3e2cc4be6978889cf2c6fe31bf5bf1b (diff)
parentfa2edf518748e3ec812857cf913235793216a027 (diff)
downloadforums-02f7baa0a5bd6b66435e1471d6e372fad9202569.tar
forums-02f7baa0a5bd6b66435e1471d6e372fad9202569.tar.gz
forums-02f7baa0a5bd6b66435e1471d6e372fad9202569.tar.bz2
forums-02f7baa0a5bd6b66435e1471d6e372fad9202569.tar.xz
forums-02f7baa0a5bd6b66435e1471d6e372fad9202569.zip
Merge remote-tracking branch 'p/ticket/10546' into develop-olympus
* p/ticket/10546: [ticket/10546] Add missing argument to adm_back_link in acp_captcha.
Diffstat (limited to 'phpBB/includes/acp/acp_captcha.php')
-rw-r--r--phpBB/includes/acp/acp_captcha.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_captcha.php b/phpBB/includes/acp/acp_captcha.php
index 1893eed14f..469a367bba 100644
--- a/phpBB/includes/acp/acp_captcha.php
+++ b/phpBB/includes/acp/acp_captcha.php
@@ -96,7 +96,7 @@ class acp_captcha
}
else if ($submit)
{
- trigger_error($user->lang['FORM_INVALID'] . adm_back_link(), E_USER_WARNING);
+ trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING);
}
else
{