]> git.mxchange.org Git - friendica-addons.git/commitdiff
statistics: Args ... forgotten comment again.
authorMichael Vogel <icarus@dabo.de>
Wed, 5 Feb 2014 23:25:55 +0000 (00:25 +0100)
committerMichael Vogel <icarus@dabo.de>
Wed, 5 Feb 2014 23:25:55 +0000 (00:25 +0100)
statistics_json/statistics_json.php

index 6861b130ba6c23526a4135134d88f009531386be..1fe96f515d4715ce030eed8f2ecaea7d1d922ffc 100644 (file)
@@ -46,7 +46,7 @@ function statistics_json_cron($a,$b) {
                $next = $last + (360 * 60);
                if($next > time()) {
                        logger('statistics_json_cron: calculation intervall not reached');
-//                     return;
+                       return;
                }
        }
         logger('statistics_json_cron: cron_start');