]> git.mxchange.org Git - friendica.git/blobdiff - include/cron.php
Merge pull request #3421 from annando/1705-diaspora-comment
[friendica.git] / include / cron.php
index 8bc83a37214abf7c924afd302b8c1e75dde41e53..c4299dd4c2eea874671b6fc0df4baf69ad2daf01 100644 (file)
@@ -64,7 +64,7 @@ function cron_run(&$argv, &$argc){
 
        // once daily run birthday_updates and then expire in background
        $d1 = get_config('system', 'last_expire_day');
-       $d2 = intval(datetime_convert('UTC','UTC','now','d'));
+       $d2 = intval(datetime_convert('UTC', 'UTC', 'now', 'd'));
 
        if ($d2 != intval($d1)) {