diff options
| author | Cesar G <prototech91@gmail.com> | 2015-10-14 09:10:08 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2015-10-14 09:10:08 -0700 |
| commit | 278162318565958df5ee9b97327a8f26c5299dc0 (patch) | |
| tree | c80b1969d2c504b5d413c3947e12121465cf2f05 /phpBB/phpbb | |
| parent | d26fcdda8d7fadb21436a8e09bb736c72e5e8ce2 (diff) | |
| parent | 84150d0d440d552ff45b5875edf28f6d7fda0f9c (diff) | |
| download | forums-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.php | 2 |
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); } |
