mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Db: tabs VS spaces in enumSyncRule
This commit is contained in:
parent
b0e8dbc957
commit
2fbfc109d1
@ -292,11 +292,11 @@ class Db extends DbConnection
|
||||
public function enumSyncRule()
|
||||
{
|
||||
$select = $this->db()->select()->from('sync_rule', array(
|
||||
'id',
|
||||
'rule_name'
|
||||
'id',
|
||||
'rule_name'
|
||||
))->order('rule_name ASC');
|
||||
|
||||
return $this->db()->fetchPairs($select);
|
||||
return $this->db()->fetchPairs($select);
|
||||
}
|
||||
|
||||
public function enumHostgroups()
|
||||
|
Loading…
x
Reference in New Issue
Block a user