mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 00:37:02 +02:00
Fix issue processwire/processwire-issues#1802
This commit is contained in:
@@ -2138,6 +2138,7 @@ class PageFinder extends Wire {
|
|||||||
|
|
||||||
} else if($operator === '!=' || $operator === '<>') {
|
} else if($operator === '!=' || $operator === '<>') {
|
||||||
// not equals
|
// not equals
|
||||||
|
$whereType = 'AND';
|
||||||
$zeroIsEmpty = $ft->isEmptyValue($field, "0");
|
$zeroIsEmpty = $ft->isEmptyValue($field, "0");
|
||||||
$zeroIsNotEmpty = !$zeroIsEmpty;
|
$zeroIsNotEmpty = !$zeroIsEmpty;
|
||||||
$value = (string) $value;
|
$value = (string) $value;
|
||||||
|
Reference in New Issue
Block a user