James Moger
2011-07-20 072bbe1b223c6f6c7a80ee86e00a41e15913b4ee
src/com/gitblit/wicket/pages/EditRepositoryPage.java
@@ -143,7 +143,7 @@
               }
               // save the repository
               GitBlit.self().editRepositoryModel(oldName, repositoryModel, isCreate);
               GitBlit.self().updateRepositoryModel(oldName, repositoryModel, isCreate);
               // save the repository access list
               if (repositoryModel.accessRestriction.exceeds(AccessRestrictionType.NONE)) {