James Moger
2014-09-30 48abb4945e4b3c9b31b09005e72c7c205128d092
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));