mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Standard stuff
This commit is contained in:
parent
49b22de705
commit
f73389dd12
11 changed files with 21 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue