diff --git a/library/ajax/view_torrent.php b/library/ajax/view_torrent.php index af2327b8..d0ebcdf3 100644 --- a/library/ajax/view_torrent.php +++ b/library/ajax/view_torrent.php @@ -133,7 +133,7 @@ class torrent $cur_files_ary[] = $this->build_file_item($name, $length); } } - @natsort($cur_files_ary); + asort($cur_files_ary); } else {