mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update view_torrent.php
This commit is contained in:
parent
4e4d30376e
commit
6369aeadbe
@ -97,7 +97,7 @@ class torrent
|
||||
continue;
|
||||
}
|
||||
// Exclude padding files [Only for hybrid torrents]
|
||||
if ((isset($f['attr']) ? $f['attr'] : null) === 'p')
|
||||
if (isset($f['attr']) && $f['attr'] === 'p')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user