db_filter_ui: Fix misspelled constant

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-05 20:38:02 +02:00
parent f2e3197e97
commit 3df5e22800

View File

@@ -455,7 +455,7 @@ class FilterInterface
$iOp = $aClean["i{$sColumn}Op"];
if($iOp && $sData && ($oOption->getValueType() != FILTER_VALUES_OPTON_BOOL || !$bChangedOoption))
if($iOp && $sData && ($oOption->getValueType() != FILTER_VALUES_OPTION_BOOL || !$bChangedOoption))
{
$oFilter = new Filter($oOption->getColumn(), $iOp, $sData);
$aReturn[] = $oFilter;