aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-03-01 19:58:57 +0000
committerbrunoais <brunoaiss@gmail.com>2015-03-01 19:58:57 +0000
commit772bbdfeae879b17aa2b62f10469bc8b63230093 (patch)
tree8520c55961ec044e940d8acd85caf08e3ed8e5d0 /phpBB/phpbb
parentd0a1650a04fc74fb81c0123505854a09352d49c1 (diff)
downloadforums-772bbdfeae879b17aa2b62f10469bc8b63230093.tar
forums-772bbdfeae879b17aa2b62f10469bc8b63230093.tar.gz
forums-772bbdfeae879b17aa2b62f10469bc8b63230093.tar.bz2
forums-772bbdfeae879b17aa2b62f10469bc8b63230093.tar.xz
forums-772bbdfeae879b17aa2b62f10469bc8b63230093.zip
[ticket/13661] Removed superfluous whitespace
PHPBB3-13661
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/log/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php
index 735d595bb5..0fd33b4618 100644
--- a/phpBB/phpbb/log/log.php
+++ b/phpBB/phpbb/log/log.php
@@ -582,7 +582,7 @@ class log implements \phpbb\log\log_interface
'sql_additional',
);
extract($this->dispatcher->trigger_event('core.get_logs_main_query_before', compact($vars)));
-
+
if ($count_logs)
{
$count_logs_sql_ary = $get_logs_sql_ary;