Fix for installer languages so that only the staff client languages are visible to the installer
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
201204e865
commit
3c030be172
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue