related to hubzilla issue #831 - system.last_expire_day was not being set correctly, causing cron_daily to run more frequently than desired.

This commit is contained in:
zotlabs 2017-07-18 16:14:01 -07:00
parent 9daa3b85c8
commit 1af844e474

View file

@ -88,7 +88,7 @@ class Cron_daily {
call_hooks('cron_daily',datetime_convert());
set_config('system','last_expire_day',$d2);
set_config('system','last_expire_day',intval(datetime_convert('UTC','UTC','now','d')));
/**
* End Cron Daily