Skip to content

Commit b35291a

Browse files
committed
Synced with master for conflicts
Synced with master branch to reduce conflicts
1 parent 97b18b3 commit b35291a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ezQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ private function conditionIs($key, $condition, $combine)
393393

394394
private function retrieveConditions($whereConditions)
395395
{
396+
$whereConditions = flattenWhereConditions($whereConditions);
396397
$whereKey = [];
397398
$whereValue = [];
398399
$operator = [];

0 commit comments

Comments
 (0)