1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 20:44:01 +01:00

[ticket/13652] Fix coding style

PHPBB3-13652
This commit is contained in:
Tristan Darricau 2015-10-14 17:15:09 +02:00
parent d26fcdda8d
commit 84150d0d44

View File

@ -915,7 +915,7 @@ abstract class driver implements driver_interface
}
if($operation === 'NOT')
if ($operation === 'NOT')
{
$operations_ary = implode("", $operations_ary);
}