Skip to content

Commit 1637812

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ezQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ private function retrieveConditions($whereConditions)
412412
$combiner[] = \_AND;
413413
$extra[] = null;
414414
} else {
415-
if (isset($checkFields[0])) {
415+
if (!empty($checkFields[0])) {
416416
$whereKey[] = $checkFields[0];
417417
$whereValue[] = (isset($checkFields[2])) ? $checkFields[2] : '';
418418
$combiner[] = (isset($checkFields[3])) ? $checkFields[3] : \_AND;

0 commit comments

Comments
 (0)