From: Michael Date: Tue, 14 Mar 2017 15:18:56 +0000 (+0000) Subject: One forgotten standard X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d32f0be4674a9631f13f2f3342f3b02039f7a5f;p=friendica.git One forgotten standard --- diff --git a/include/cronhooks.php b/include/cronhooks.php index 8fa62e1b91..bea0f6a198 100644 --- a/include/cronhooks.php +++ b/include/cronhooks.php @@ -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; }