1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

Merge remote-tracking branch 'remotes/Nicofuma/ticket/12444' into develop-ascraeus

# By Nicofuma
# Via Nicofuma
* remotes/Nicofuma/ticket/12444:
  [ticket/12444] Replacing spaces with tabs
  [ticket/12444] Replace spaces with tabs
  [ticket/12444] Adding regression test
  [ticket/12444] The logs message aren't filled correctly
This commit is contained in:
Nathaniel Guse
2014-05-01 21:49:18 -05:00
3 changed files with 40 additions and 1 deletions

View File

@@ -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
{