IcingaConfig: one more pgsql thingy

This commit is contained in:
Thomas Gelf 2015-06-23 16:05:34 +02:00
parent 0e4b781600
commit ae4f80444a
1 changed files with 1 additions and 1 deletions

View File

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