IcingaConfig: just spaces

This commit is contained in:
Thomas Gelf 2015-07-23 15:38:17 +02:00
parent ec7ad0984b
commit ecb3d71760
1 changed files with 3 additions and 3 deletions

View File

@ -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()),
)
);