From 8f6e672ffe19c439aadc07b64e36ae4b83e78f1e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 15 Jul 2013 08:09:20 -0400
Subject: [PATCH] Fixed url panel failure when there are no repository urls (issue 269)

---
 src/main/java/com/gitblit/Constants.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/gitblit/Constants.java b/src/main/java/com/gitblit/Constants.java
index 2c64570..aa3767c 100644
--- a/src/main/java/com/gitblit/Constants.java
+++ b/src/main/java/com/gitblit/Constants.java
@@ -480,7 +480,7 @@
 	}
 	
 	public static enum AccountType {
-		LOCAL, LDAP, REDMINE, SALESFORCE;
+		LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
 		
 		public boolean isLocal() {
 			return this == LOCAL;

--
Gitblit v1.9.1