mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Torrent file content sort fix (#119)
This commit is contained in:
parent
147879df0e
commit
c4fe5fb0e0
@ -133,7 +133,7 @@ class torrent
|
||||
$cur_files_ary[] = $this->build_file_item($name, $length);
|
||||
}
|
||||
}
|
||||
@natsort($cur_files_ary);
|
||||
asort($cur_files_ary);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user