Fix for installer languages so that only the staff client languages are visible to...
authorJoshua Ferraro <jmf@liblime.com>
Thu, 10 Apr 2008 19:46:47 +0000 (15:46 -0400)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Apr 2008 20:52:49 +0000 (15:52 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

installer/install.pl

index a866b9c..41d04a7 100755 (executable)
@@ -696,7 +696,7 @@ else {
 
     # LANGUAGE SELECTION page by default
     # using opendir + language Hash
-    my $languages_loop = getTranslatedLanguages();
+    my $languages_loop = getTranslatedLanguages('intranet');
     $template->param( installer_languages_loop => $languages_loop );
     if ($dbh) {
         my $rq =