From 3aef0edee192576d0ec945f626755a2c8753d90b Mon Sep 17 00:00:00 2001
From: Doug Ayers <douglascayers@gmail.com>
Date: Thu, 08 Aug 2013 23:52:26 -0400
Subject: [PATCH] bugfix to make project links go to project page and not redirect to home page

---
 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 67f9d65..c180baf 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, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
+		LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS, PAM;
 		
 		public boolean isLocal() {
 			return this == LOCAL;

--
Gitblit v1.9.1