mirror of
https://github.com/friendica/friendica
synced 2024-11-15 13:39:30 +01:00
One forgotten standard
This commit is contained in:
parent
f73389dd12
commit
0d32f0be46
|
@ -45,7 +45,7 @@ function cronhooks_run(&$argv, &$argc){
|
|||
|
||||
logger('cronhooks: end');
|
||||
|
||||
set_config('system','last_cronhook', time());
|
||||
set_config('system', 'last_cronhook', time());
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue