James Moger
2013-05-30 cf17b2267bab439cadafbc1def298bae0d5ea659
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);
   }