Browse Source

fix comment

main
ghost 1 year ago
parent
commit
b9111213b2
  1. 2
      src/Controller/TorrentController.php

2
src/Controller/TorrentController.php

@ -1908,7 +1908,7 @@ class TorrentController extends AbstractController
'locales' => $locales, 'locales' => $locales,
'torrents' => $torrentService->findTorrents( 'torrents' => $torrentService->findTorrents(
[], // without keywords filter [], // without keywords filter
$locales, // all sensitive levels $locales, // all system locales
null, // all sensitive levels null, // all sensitive levels
true, // approved only true, // approved only
1000, // @TODO limit 1000, // @TODO limit

Loading…
Cancel
Save