We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35291a commit 1637812Copy full SHA for 1637812
lib/ezQuery.php
@@ -412,7 +412,7 @@ private function retrieveConditions($whereConditions)
412
$combiner[] = \_AND;
413
$extra[] = null;
414
} else {
415
- if (isset($checkFields[0])) {
+ if (!empty($checkFields[0])) {
416
$whereKey[] = $checkFields[0];
417
$whereValue[] = (isset($checkFields[2])) ? $checkFields[2] : '';
418
$combiner[] = (isset($checkFields[3])) ? $checkFields[3] : \_AND;
0 commit comments