FormDataFilter: disable 'is true / set' for now

This commit is contained in:
Thomas Gelf 2016-10-25 02:38:45 +00:00
parent fa2c360f4c
commit 72ce3cfb33

View File

@ -284,7 +284,7 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
'>=' => '>=',
'<=' => '<=',
'in' => 'in',
'true' => 'is true (or set)',
// 'true' => 'is true (or set)',
);
if ($filter === null) {