James Moger
2012-06-15 e09d4bb6558c7b6c59dec3911138aaaa2a0f4597
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")