We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b18b3 commit b35291aCopy full SHA for b35291a
1 file changed
lib/ezQuery.php
@@ -393,6 +393,7 @@ private function conditionIs($key, $condition, $combine)
393
394
private function retrieveConditions($whereConditions)
395
{
396
+ $whereConditions = flattenWhereConditions($whereConditions);
397
$whereKey = [];
398
$whereValue = [];
399
$operator = [];
0 commit comments