James Moger
2013-11-24 f8f6aa4d07cdfaaf23e24bf9eaf0a5fb9b437dda
src/main/java/com/gitblit/git/GitblitReceivePack.java
@@ -44,7 +44,7 @@
import com.gitblit.Constants;
import com.gitblit.Constants.AccessRestrictionType;
import com.gitblit.Gitblit;
import com.gitblit.GitBlit;
import com.gitblit.IStoredSettings;
import com.gitblit.Keys;
import com.gitblit.client.Translation;
@@ -91,10 +91,10 @@
   private final IStoredSettings settings;
   private final Gitblit gitblit;
   private final GitBlit gitblit;
   public GitblitReceivePack(
         Gitblit gitblit,
         GitBlit gitblit,
         Repository db,
         RepositoryModel repository,
         UserModel user) {
@@ -103,7 +103,7 @@
      this.settings = gitblit.getSettings();
      this.gitblit = gitblit;
      this.repository = repository;
      this.user = user == null ? UserModel.ANONYMOUS : user;
      this.user = user;
      this.groovyDir = gitblit.getHooksFolder();
      try {
         // set Grape root