Michael Pailloncy
2013-05-30 169f8e06cb738e1c22b384a50cdd5a76e3f75e08
src/main/java/com/gitblit/models/RepositoryModel.java
@@ -101,6 +101,7 @@
      this.federationStrategy = FederationStrategy.FEDERATE_THIS;   
      this.projectPath = StringUtils.getFirstPathElement(name);
      this.owners = new ArrayList<String>();
      this.isBare = true;
      
      addOwner(owner);
   }