mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12960] Remove not needed extra language variable
PHPBB3-12960
This commit is contained in:
@@ -68,7 +68,6 @@ class incomplete extends captcha_abstract
|
||||
*/
|
||||
public function init($type)
|
||||
{
|
||||
$this->type = (int) $type;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -111,7 +110,7 @@ class incomplete extends captcha_abstract
|
||||
$contact_link = phpbb_get_board_contact_link($this->config, $this->phpbb_root_path, $this->phpEx);
|
||||
|
||||
$this->template->assign_vars([
|
||||
'CONFIRM_LANG' => $this->type != CONFIRM_POST ? 'CONFIRM_INCOMPLETE' : 'POST_CONFIRM_INCOMPLETE',
|
||||
'CONFIRM_LANG' => 'CONFIRM_INCOMPLETE',
|
||||
'CONTACT_LINK' => $contact_link,
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user