1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

[ticket/10546] Add missing argument to adm_back_link in acp_captcha.

PHPBB3-10546
This commit is contained in:
Oleg Pudeyev
2011-12-23 00:26:26 -05:00
parent 37fa5e56f3
commit fa2edf5187

View File

@@ -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
{