mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12388] Fix translation of log entries without additional log data
PHPBB3-12388
This commit is contained in:
@@ -558,6 +558,10 @@ class log implements \phpbb\log\log_interface
|
||||
$log[$i]['action'] = make_clickable($log[$i]['action']);
|
||||
*/
|
||||
}
|
||||
else
|
||||
{
|
||||
$log[$i]['action'] = $this->user->lang($log[$i]['action']);
|
||||
}
|
||||
|
||||
$i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user