Fixed updater - timestamp

Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
Florian Aders
2016-02-03 16:45:32 +01:00
parent ae115216f6
commit ae276a2a59

View File

@@ -3039,7 +3039,7 @@ if (isFroxlorVersion('0.9.34.2')) {
`cronfile` = 'letsencrypt',
`interval` = '5 MINUTE',
`desc_lng_key` = 'cron_letsencrypt',
`lastrun` = DATE_SUB(NOW(), INTERVAL 5 MINUTE),
`lastrun` = NOW(),
`isactive` = 1"
);
Database::pexecute($stmt);