Michael Pailloncy
2013-05-30 262c1cfc0ea8c10dd5a7cef315670e8d6047442f
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);
   }