IcingaConfig: just spaces
This commit is contained in:
parent
ec7ad0984b
commit
ecb3d71760
|
@ -172,9 +172,9 @@ class IcingaConfig
|
|||
$this->db->insert(
|
||||
self::$table,
|
||||
array(
|
||||
'duration' => $this->generationTime,
|
||||
'last_activity_checksum' => $this->dbBin($this->getLastActivityChecksum()),
|
||||
'checksum' => $this->dbBin($this->getChecksum()),
|
||||
'duration' => $this->generationTime,
|
||||
'last_activity_checksum' => $this->dbBin($this->getLastActivityChecksum()),
|
||||
'checksum' => $this->dbBin($this->getChecksum()),
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue