mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
IcingaConfig: one more pgsql thingy
This commit is contained in:
parent
0e4b781600
commit
ae4f80444a
@ -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()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user