IcingaConfig: one more pgsql thingy

This commit is contained in:
Thomas Gelf 2015-06-23 16:05:34 +02:00
parent 0e4b781600
commit ae4f80444a

View File

@ -148,7 +148,7 @@ class IcingaConfig
$this->db->insert( $this->db->insert(
$fileTable, $fileTable,
array( array(
$fileKey => $checksum, $fileKey => $this->dbBin($checksum),
'content' => $file->getContent() 'content' => $file->getContent()
) )
); );