James Moger
2013-01-15 4bef084c6396cb9d73479d4934012fb9c6b9e831
src/com/gitblit/wicket/AuthorizationStrategy.java
@@ -60,7 +60,7 @@
               if (authenticateAdmin) {
                  // authenticate admin
                  if (user != null) {
                     return user.canAdmin;
                     return user.canAdmin();
                  }
                  return false;
               } else {