mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/17414] Clean up small code issues noticed by sniffer
PHPBB-17414
This commit is contained in:
@@ -272,7 +272,7 @@ class turnstile extends base
|
||||
{
|
||||
foreach ($captcha_vars as $captcha_var => $template_var)
|
||||
{
|
||||
$var = $this->request->is_set($captcha_var) ? $this->request->variable($captcha_var, '') : $this->config->offsetGet($captcha_var);;
|
||||
$var = $this->request->is_set($captcha_var) ? $this->request->variable($captcha_var, '') : $this->config->offsetGet($captcha_var);
|
||||
$this->template->assign_var($template_var, $var);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user