FilterEditor: do not export removal function

This commit is contained in:
Thomas Gelf 2014-11-15 23:30:06 +01:00
parent 8858069514
commit 4a38c069f3
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class FilterEditor extends AbstractWidget
return $this;
}
public function removeIndex($idx)
protected function removeIndex($idx)
{
$this->selectedIdx = $idx;
return $this;