From ecb3d71760db64e6a7c165b6224702a0b5dbabc5 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 23 Jul 2015 15:38:17 +0200 Subject: [PATCH] IcingaConfig: just spaces --- library/Director/IcingaConfig/IcingaConfig.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Director/IcingaConfig/IcingaConfig.php b/library/Director/IcingaConfig/IcingaConfig.php index 78b10e75..4971597f 100644 --- a/library/Director/IcingaConfig/IcingaConfig.php +++ b/library/Director/IcingaConfig/IcingaConfig.php @@ -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()), ) );