IcingaConfig: just spaces

This commit is contained in:
Thomas Gelf 2015-07-23 15:38:17 +02:00
parent ec7ad0984b
commit ecb3d71760

View File

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