mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/13801] Updated comments for clarity
PHPBB3-13801
This commit is contained in:
@@ -1256,6 +1256,7 @@ class parse_message extends bbcode_firstpass
|
||||
{
|
||||
foreach ($errors as $i => $args)
|
||||
{
|
||||
// Translate each error with $user->lang()
|
||||
$errors[$i] = call_user_func_array(array($user, 'lang'), $args);
|
||||
}
|
||||
$this->warn_msg = array_merge($this->warn_msg, $errors);
|
||||
|
Reference in New Issue
Block a user