]> git.mxchange.org Git - friendica.git/blobdiff - include/cronhooks.php
Standard stuff
[friendica.git] / include / cronhooks.php
index af5ab9f922cf4046554595e62d530345d730ca28..8fa62e1b91d78ce716fb6de5fc67a1b5ba2f9f70 100644 (file)
@@ -16,7 +16,7 @@ function cronhooks_run(&$argv, &$argc){
                return;
        }
 
-       $last = get_config('system','last_cronhook');
+       $last = get_config('system', 'last_cronhook');
 
        $poll_interval = intval(get_config('system','cronhook_interval'));
        if(! $poll_interval)