forked from friendica/friendica-addons
statistics: comment removed
This commit is contained in:
parent
b629aae1c6
commit
4259a45dc4
|
@ -46,7 +46,7 @@ function statistics_json_cron($a,$b) {
|
|||
$next = $last + (180 * 60);
|
||||
if($next > time()) {
|
||||
logger('statistics_json_cron: calculation intervall not reached');
|
||||
// return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
logger('statistics_json_cron: cron_start');
|
||||
|
|
Loading…
Reference in a new issue