mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
9ad14fc644
commit
069fcc40ea
@ -540,9 +540,9 @@ class FilterEditor extends AbstractWidget
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setColumns(array $columns)
|
public function setColumns(array $columns = null)
|
||||||
{
|
{
|
||||||
$this->cachedColumnSelect = $this->arrayForSelect($columns);
|
$this->cachedColumnSelect = $columns ? $this->arrayForSelect($columns) : null;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user