James Moger
2014-02-26 d020116c3a9e5a26ece6ea09f19ccccbaa1cf0f5
src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.java
@@ -29,9 +29,9 @@
/**
 * Gravatar Profile Page shows the Gravatar information, if available.
 *
 *
 * @author James Moger
 *
 *
 */
public class GravatarProfilePage extends RootPage {
@@ -49,7 +49,7 @@
      } catch (IOException e) {
         error(MessageFormat.format(getString("gb.failedToFindGravatarProfile"), object), e, true);
      }
      if (profile == null) {
         error(MessageFormat.format(getString("gb.failedToFindGravatarProfile"), object), true);
      }