mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 20:43:40 +00:00
statistics: Args ... forgotten comment again.
This commit is contained in:
parent
7a8399c447
commit
234b91a37b
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue