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:
parent
9daa3b85c8
commit
1af844e474
@ -88,7 +88,7 @@ class Cron_daily {
|
|||||||
|
|
||||||
call_hooks('cron_daily',datetime_convert());
|
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
|
* End Cron Daily
|
||||||
|
Reference in New Issue
Block a user