fifthgnat
2012-04-26 d7ec6e5fc2b5c34c85efe8ab186b99de7b4116a7
src/com/gitblit/wicket/pages/FederationRegistrationPage.java
@@ -41,7 +41,7 @@
      FederationModel registration = GitBlit.self().getFederationRegistration(url, name);
      if (registration == null) {
         error("Could not find federation registration!", true);
         error(getString("gb.couldNotFindFederationRegistration"), true);
      }
      setupPage(registration.isResultData() ? getString("gb.federationResults")