From 3c030be17271f8e10ea72465fe594b6151684124 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 10 Apr 2008 15:46:47 -0400 Subject: [PATCH] Fix for installer languages so that only the staff client languages are visible to the installer Signed-off-by: Joshua Ferraro --- installer/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.pl b/installer/install.pl index a866b9ce2d..41d04a7305 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -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 = -- 2.39.2