mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
fix comment
This commit is contained in:
parent
891868eccd
commit
b9111213b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue