mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12388] Fix translation of log entries without additional log data
PHPBB3-12388
This commit is contained in:
parent
251b2ba28f
commit
d3f378d1d6
1 changed files with 4 additions and 0 deletions
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue