mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
fa1e3a763d
commit
9ad14fc644
@ -41,7 +41,7 @@ class FilterEditor extends AbstractWidget
|
||||
|
||||
protected $ignoreParams = array();
|
||||
|
||||
protected $searchColumns = null;
|
||||
protected $searchColumns;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
@ -84,7 +84,7 @@ class FilterEditor extends AbstractWidget
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setSearchColumns(array $searchColumns)
|
||||
public function setSearchColumns(array $searchColumns = null)
|
||||
{
|
||||
$this->searchColumns = $searchColumns;
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user