diff --git a/include/class.i18n.php b/include/class.i18n.php index fdb0061bb760da7e3cc8bd7364df70deff1cc0e1..5c72a68c5bfed277f614377f304fa3ef4bfe8cbd 100644 --- a/include/class.i18n.php +++ b/include/class.i18n.php @@ -165,6 +165,7 @@ class Internationalization { ); } } + usort($installed, function($a, $b) { return strcasecmp($a['code'], $b['code']); }); return $installed; }