James Moger
2012-10-22 ec7ac2149ba8603ff1455c948c07037bf6ee030c
src/com/gitblit/models/UserModel.java
@@ -366,13 +366,12 @@
   }
   
   /**
    * Returns true if the user is allowed to create the specified repository
    * on-push if the repository does not already exist.
    * Returns true if the user is allowed to create the specified repository.
    * 
    * @param repository
    * @return true if the user can create the repository
    */
   public boolean canCreateOnPush(String repository) {
   public boolean canCreate(String repository) {
      if (canAdmin()) {
         // admins can create any repository
         return true;