mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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…
x
Reference in New Issue
Block a user