mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12444] The logs message aren't filled correctly
https://tracker.phpbb.com/browse/PHPBB3-12444 PHPBB3-12444
This commit is contained in:
parent
fe768d460d
commit
2991918bac
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ class log implements \phpbb\log\log_interface
|
|||
$num_args = 0;
|
||||
if (!is_array($this->user->lang[$row['log_operation']]))
|
||||
{
|
||||
$num_args = substr_count($log[$i]['action'], '%');
|
||||
$num_args = substr_count($this->user->lang[$row['log_operation']], '%');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue