James Moger
2013-12-11 7127dfb2def0c43abb38bc363e3f76fded881bf0
src/main/java/com/gitblit/wicket/pages/EditTeamPage.java
@@ -196,7 +196,11 @@
            teamModel.postReceiveScripts.addAll(postReceiveScripts);
            try {
               app().gitblit().updateTeamModel(oldName, teamModel, isCreate);
               if (isCreate) {
                  app().gitblit().addTeam(teamModel);
               } else {
                  app().gitblit().reviseTeam(oldName, teamModel);
               }
            } catch (GitBlitException e) {
               error(e.getMessage());
               return;