Api: Fix custom field negated filter

broken by e917514713
This commit is contained in:
nathan 2023-10-20 10:56:53 -06:00
parent f2c394c3a4
commit 1e1aca5713

View File

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