From 05b681df47fb12f84725091f3831b0199a96a545 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:38:54 +0100 Subject: [PATCH] change current_time to current_date --- ui/ui/dashboard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/dashboard.tpl b/ui/ui/dashboard.tpl index 7a998ba8..78955672 100644 --- a/ui/ui/dashboard.tpl +++ b/ui/ui/dashboard.tpl @@ -195,7 +195,7 @@ {/if} {if $run_date} - {if $current_time - $run_time > 3600} + {if $current_date - $run_time > 3600}
  {Lang::T('Cron has not run for over 1 hour. Please check your setup.')}