Api: Fix custom field negated filter

broken by e917514713
This commit is contained in:
nathan 2023-10-20 10:56:53 -06:00
parent b374e4dd92
commit b05af867e0

View File

@ -158,7 +158,10 @@ class Customfields extends Transformer
$f= substr($f,1); $f= substr($f,1);
$negate_fields[]= $f; $negate_fields[]= $f;
} }
$field_filters []= $f; else
{
$field_filters [] = $f;
}
} }
} }