Alex Lewis
2013-12-23 f879b59d26aa85b3a80d984abd7194ffb3e9946d
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;