From dcbbad73966a91146b7aeae6fea444471f26f155 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 21 Feb 2014 10:11:51 -0500 Subject: [PATCH] Merge commit 'refs/tickets/10/10/1' of https://dev.gitblit.com/git/gitblit --- src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.java b/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.java index ee567d7..984b297 100644 --- a/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.java +++ b/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); } -- Gitblit v1.9.1