From: cajus Date: Wed, 18 Apr 2007 09:46:43 +0000 (+0000) Subject: Sorted language list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6759acd2cbb184611f278ab47d6a3488d6603f7d;p=gosa.git Sorted language list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6083 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Language.inc b/setup/class_setupStep_Language.inc index 42a026c9a..a549ca6aa 100644 --- a/setup/class_setupStep_Language.inc +++ b/setup/class_setupStep_Language.inc @@ -51,7 +51,7 @@ class Step_Language extends setup_step "fr_FR" => _("French"), "en_EN" => _("English"), "ru_RU" => _("Russian")); - + asort($this->languages); $smarty = get_smarty(); $smarty->assign("languages", $this->languages); $smarty->assign("lang", $this->lang);