mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Minor changes
Sort pages natural, so numbers are in correct order, e.g. 10 is after 9
This commit is contained in:
@@ -61,7 +61,7 @@ function find_pages($item) {
|
||||
$menu = strtok(' ');
|
||||
}
|
||||
}
|
||||
ksort($pages);
|
||||
ksort($pages,SORT_NATURAL);
|
||||
return $pages;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user