From ae276a2a59a5ddd19106953692b8b1f6f8934003 Mon Sep 17 00:00:00 2001 From: Florian Aders Date: Wed, 3 Feb 2016 16:45:32 +0100 Subject: [PATCH] Fixed updater - timestamp Signed-off-by: Florian Aders --- install/updates/froxlor/0.9/update_0.9.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index e39aa908..528417ab 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -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);