mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix warning notice
This commit is contained in:
parent
314320c554
commit
0b316734b8
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ class TorrentController extends AbstractController
|
||||||
: $file->setAnnounceList(
|
: $file->setAnnounceList(
|
||||||
array_unique(
|
array_unique(
|
||||||
array_merge(
|
array_merge(
|
||||||
$file->getAnnounceList(),
|
(array) $file->getAnnounceList(),
|
||||||
[$trackers]
|
[$trackers]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue