From 466413cc4c3f6dca55359eb620fd1e1cd2d3f47b Mon Sep 17 00:00:00 2001
From: James Moger <jmoger@vas.com>
Date: Thu, 06 Oct 2011 20:48:31 -0400
Subject: [PATCH] Set the RSS content type for Firefox 4 (issue 22)

---
 src/com/gitblit/GitBlit.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/GitBlit.java b/src/com/gitblit/GitBlit.java
index 62b93e7..c35340a 100644
--- a/src/com/gitblit/GitBlit.java
+++ b/src/com/gitblit/GitBlit.java
@@ -249,6 +249,7 @@
 	public void setUserService(IUserService userService) {
 		logger.info("Setting up user service " + userService.toString());
 		this.userService = userService;
+		this.userService.setup(settings);
 	}
 
 	/**
@@ -971,7 +972,8 @@
 	 * @param proposal
 	 *            the proposal
 	 * @param gitblitUrl
-	 *            the url of your gitblit instance
+	 *            the url of your gitblit instance to send an email to
+	 *            administrators
 	 * @return true if the proposal was submitted
 	 */
 	public boolean submitFederationProposal(FederationProposal proposal, String gitblitUrl) {

--
Gitblit v1.9.1