@@ -45,7 +45,7 @@ |
||
45 | 45 | if (isset($filters['age'])) { |
46 | 46 | $filters['age'] = ['type' => 'numeric', 'value' => $filters['age']]; |
47 | 47 | // TODO: move to getTorrentData() |
48 | - $torrentList = array_map(function ($torrent) { |
|
48 | + $torrentList = array_map(function($torrent) { |
|
49 | 49 | $torrent['age'] = TorrentUtils::getTorrentAgeInDays($torrent); |
50 | 50 | return $torrent; |
51 | 51 | }, $torrentList); |