diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2014-05-01 21:49:18 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2014-05-01 21:49:18 -0500 |
| commit | 4f236729e4c8fe94c0ace3b0b84f45653019e224 (patch) | |
| tree | bd9853ab29ed9a4f697826baab27f2e5f78710f6 /phpBB/phpbb | |
| parent | 5c54cd6a45a130eb389edff946d413bc17aeecbe (diff) | |
| parent | 7b8a8a2a5da212657e1baf02466665c9e4a9ec8a (diff) | |
| download | forums-4f236729e4c8fe94c0ace3b0b84f45653019e224.tar forums-4f236729e4c8fe94c0ace3b0b84f45653019e224.tar.gz forums-4f236729e4c8fe94c0ace3b0b84f45653019e224.tar.bz2 forums-4f236729e4c8fe94c0ace3b0b84f45653019e224.tar.xz forums-4f236729e4c8fe94c0ace3b0b84f45653019e224.zip | |
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
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/log/log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php index e38950f4c1..24b622dbac 100644 --- a/phpBB/phpbb/log/log.php +++ b/phpBB/phpbb/log/log.php @@ -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 { |
