forked from kevinowino869/mitrobill
change current_time to current_date
This commit is contained in:
parent
723e99ebed
commit
05b681df47
@ -195,7 +195,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
{if $run_date}
|
||||
{if $current_time - $run_time > 3600}
|
||||
{if $current_date - $run_time > 3600}
|
||||
<div class="panel panel-warning panel-hovered mb20 activities">
|
||||
<div class="panel-heading"><i class="fa fa-clock-o"></i> {Lang::T('Cron has not run for over 1 hour. Please
|
||||
check your setup.')}</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user