James Moger
2011-09-26 78753bc22f140f863aa3fe56b1c59699ca3e2fa8
src/com/gitblit/GitBlitServer.java
@@ -237,7 +237,7 @@
      // Setup the GitBlit context
      GitBlit gitblit = GitBlit.self();
      gitblit.configureContext(settings);
      gitblit.configureContext(settings, true);
      rootContext.addEventListener(gitblit);
      try {