fix missing sql-prepared-statement parameter, fixes #528

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-02 19:36:56 +01:00
parent 2b366c8f23
commit 20eaa7bc08
2 changed files with 2 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ foreach ($certrows as $certrow) {
'ca' => $return['chain'],
'chain' => $return['chain'],
'csr' => $return['csr'],
'fullchain' => $return['fullchain'],
'expirationdate' => date('Y-m-d H:i:s', $newcert['validTo_time_t'])
));