mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 08:48:53 +00:00
[feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS
PHPBB3-13652
This commit is contained in:
parent
335be2e59f
commit
a3a163dea1
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue