James Moger
2012-10-03 c25b9801899e86753dd6ba80ebc68102ee37a21c
src/com/gitblit/RpcServlet.java
@@ -321,7 +321,7 @@
         }
      } else if (RpcRequest.CLEAR_REPOSITORY_CACHE.equals(reqType)) {
         // clear the repository list cache
         if (allowAdmin) {
         if (allowManagement) {
            GitBlit.self().resetRepositoryListCache();
         } else {
            response.sendError(notAllowedCode);