1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-10 08:25:42 +02:00

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.
This commit is contained in:
Andreas Fischer 2011-12-23 12:53:07 +01:00
commit 02f7baa0a5

View File

@ -96,7 +96,7 @@ class acp_captcha
} }
else if ($submit) 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 else
{ {