James Moger
2015-02-26 3bddeebcebf197ed6f8f785b26fba02faebd5344
src/main/java/com/gitblit/wicket/panels/AccessPolicyPanel.java
@@ -149,7 +149,7 @@
      allowForks = Model.of(app().settings().getBoolean(Keys.web.allowForking, true));
      if (allowForks.getObject()) {
         Fragment fragment = new Fragment("allowForks", "allowForksFragment", this);
         fragment.add(new CheckboxOption("allowForks",
         fragment.add(new BooleanOption("allowForks",
            getString("gb.allowForks"),
            getString("gb.allowForksDescription"),
            allowForks));