mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user