James Moger
2012-06-06 8dbee66a830e728eadd5c32f6dff11f37c9932da
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")