Skip to content

Commit

Permalink
Item12952: fix languages
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Sep 2, 2014
1 parent 700e532 commit ef2db12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/lib/Foswiki/Configure/Pluggables/LANGUAGES.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ sub construct {
}

my $value = Foswiki::Configure::Value->new(
'LANGUAGE',
'BOOLEAN',
keys => '{Languages}{' . $keys . '}{Enabled}',
desc => "Enable $label",
default => '0',
default => 0,
CHECKER => 'LANGUAGE',
DISPLAY_IF => "{UserInterfaceInternationalisation}",
);
$langs{$label} = $value;
Expand Down

0 comments on commit ef2db12

Please sign in to comment.