]> git.mxchange.org Git - friendica-addons.git/blobdiff - statistics_json/statistics_json.php
statistics: Args ... forgotten comment again.
[friendica-addons.git] / 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');