mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11768] Replaced array access with call to $user->lang()
PHPBB3-11768
This commit is contained in:
@@ -184,7 +184,7 @@ class parser implements \phpbb\textformatter\parser_interface
|
||||
}
|
||||
else if ($msg === 'UNABLE_GET_IMAGE_SIZE')
|
||||
{
|
||||
$errors[] = $this->user->lang[$msg];
|
||||
$errors[] = $this->user->lang($msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user