]> git.mxchange.org Git - friendica.git/blobdiff - include/cronhooks.php
Issue 3326: We are now completely working with utf8mb4
[friendica.git] / include / cronhooks.php
index 8fa62e1b91d78ce716fb6de5fc67a1b5ba2f9f70..bea0f6a198a13121fc9df746b5e8db8cf8b3eddf 100644 (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;
 }