aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2015-10-14 09:10:08 -0700
committerCesar G <prototech91@gmail.com>2015-10-14 09:10:08 -0700
commit278162318565958df5ee9b97327a8f26c5299dc0 (patch)
treec80b1969d2c504b5d413c3947e12121465cf2f05 /phpBB/phpbb
parentd26fcdda8d7fadb21436a8e09bb736c72e5e8ce2 (diff)
parent84150d0d440d552ff45b5875edf28f6d7fda0f9c (diff)
downloadforums-278162318565958df5ee9b97327a8f26c5299dc0.tar
forums-278162318565958df5ee9b97327a8f26c5299dc0.tar.gz
forums-278162318565958df5ee9b97327a8f26c5299dc0.tar.bz2
forums-278162318565958df5ee9b97327a8f26c5299dc0.tar.xz
forums-278162318565958df5ee9b97327a8f26c5299dc0.zip
Merge pull request #3982 from Nicofuma/ticket/13652
[ticket/13652] Fix coding style
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/db/driver/driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/driver/driver.php b/phpBB/phpbb/db/driver/driver.php
index e497e6dda1..7e2d7a5ea6 100644
--- a/phpBB/phpbb/db/driver/driver.php
+++ b/phpBB/phpbb/db/driver/driver.php
@@ -915,7 +915,7 @@ abstract class driver implements driver_interface
}
- if($operation === 'NOT')
+ if ($operation === 'NOT')
{
$operations_ary = implode("", $operations_ary);
}