mirror of
https://github.com/processwire/processwire.git
synced 2025-08-23 23:02:58 +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) {
|
if($minColumnWidth === null) {
|
||||||
$widthKeys = array_keys($widths);
|
$widthKeys = array_keys($widths);
|
||||||
ksort($widthKeys);
|
sort($widthKeys);
|
||||||
$minColumnWidth = (int) reset($widthKeys);
|
$minColumnWidth = (int) reset($widthKeys);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user