IcingaConfig: one more pgsql thingy
This commit is contained in:
parent
0e4b781600
commit
ae4f80444a
|
@ -148,7 +148,7 @@ class IcingaConfig
|
|||
$this->db->insert(
|
||||
$fileTable,
|
||||
array(
|
||||
$fileKey => $checksum,
|
||||
$fileKey => $this->dbBin($checksum),
|
||||
'content' => $file->getContent()
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue