statistics: Args ... forgotten comment again.

This commit is contained in:
Michael Vogel 2014-02-06 00:25:55 +01:00
parent 7a8399c447
commit 234b91a37b
1 changed files with 1 additions and 1 deletions

View 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');