Add Sorting Support - Fix Condition
This commit is contained in:
parent
d6356648cd
commit
2f75af581b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if (isset($_GET['f'])) {
|
|||
|
||||
// Sort and Reverse Filelist
|
||||
natcasesort($files);
|
||||
if ($sort = 1)
|
||||
if ($sort == 1)
|
||||
$files = array_reverse($files);
|
||||
|
||||
if (!empty($dirs))
|
||||
|
|
Loading…
Reference in a new issue