Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Go back to enabling new languages by default... by default
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 29, 2012
1 parent 4e3a402 commit f55c148
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ public class LanguageManagerAction implements Serializable

private List<SelectItem> localeStringList;

private boolean enabledByDefault;
private boolean enabledByDefault = true;

// cache this so it is called only once
private List<LocaleId> allLocales;
Expand Down

0 comments on commit f55c148

Please sign in to comment.