mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 04:44:25 +02:00
FilterEditor: do not export removal function
This commit is contained in:
parent
8858069514
commit
4a38c069f3
@ -139,7 +139,7 @@ class FilterEditor extends AbstractWidget
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function removeIndex($idx)
|
||||
protected function removeIndex($idx)
|
||||
{
|
||||
$this->selectedIdx = $idx;
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user