mirror of
https://github.com/processwire/processwire.git
synced 2025-08-18 04:22:10 +02:00
Change ksort to sort in minColumnWidth for AdminThemeUikit
This commit is contained in:
@@ -205,7 +205,7 @@ class AdminThemeUikit extends AdminThemeFramework implements Module, Configurabl
|
||||
|
||||
if($minColumnWidth === null) {
|
||||
$widthKeys = array_keys($widths);
|
||||
ksort($widthKeys);
|
||||
sort($widthKeys);
|
||||
$minColumnWidth = (int) reset($widthKeys);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user