mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02:00
[feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS
PHPBB3-13652
This commit is contained in:
@@ -830,7 +830,7 @@ abstract class driver implements driver_interface
|
||||
{
|
||||
$operation = $operations_ary[self::LOGICAL_OP];
|
||||
|
||||
foreach ($operations_ary[self::LOGICAL_OP] as &$condition)
|
||||
foreach ($operations_ary[self::STATEMENTS] as &$condition)
|
||||
{
|
||||
switch ($condition[self::LOGICAL_OP])
|
||||
{
|
||||
|
Reference in New Issue
Block a user