CauseFX 5 лет назад
Родитель
Сommit
3ed677a72d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/classes/organizr.class.php

+ 1 - 1
api/classes/organizr.class.php

@@ -1089,7 +1089,7 @@ class Organizr
 				);
 			}
 		}
-		ksort($allIconsPrep);
+		uksort($allIconsPrep, 'strcasecmp');
 		foreach ($allIconsPrep as $item) {
 			$allIcons[] = $item['path'] . $item['name'];
 		}