1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-14 23:18:51 +00:00

One forgotten standard

This commit is contained in:
Michael 2017-03-14 15:18:56 +00:00
parent f73389dd12
commit 0d32f0be46

View file

@ -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;
}