mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
IcingaConfig: just spaces
This commit is contained in:
parent
ec7ad0984b
commit
ecb3d71760
@ -172,9 +172,9 @@ class IcingaConfig
|
|||||||
$this->db->insert(
|
$this->db->insert(
|
||||||
self::$table,
|
self::$table,
|
||||||
array(
|
array(
|
||||||
'duration' => $this->generationTime,
|
'duration' => $this->generationTime,
|
||||||
'last_activity_checksum' => $this->dbBin($this->getLastActivityChecksum()),
|
'last_activity_checksum' => $this->dbBin($this->getLastActivityChecksum()),
|
||||||
'checksum' => $this->dbBin($this->getChecksum()),
|
'checksum' => $this->dbBin($this->getChecksum()),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user