One forgotten standard

This commit is contained in:
Michael 2017-03-14 15:18:56 +00:00
parent f73389dd12
commit 0d32f0be46
1 changed files with 1 additions and 1 deletions

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