Standard stuff

This commit is contained in:
Michael 2017-03-14 15:17:21 +00:00
parent 49b22de705
commit f73389dd12
11 changed files with 21 additions and 20 deletions

View file

@ -16,7 +16,7 @@ function cronhooks_run(&$argv, &$argc){
return;
}
$last = get_config('system','last_cronhook');
$last = get_config('system', 'last_cronhook');
$poll_interval = intval(get_config('system','cronhook_interval'));
if(! $poll_interval)