James Moger
2012-11-01 7ba85bfa11c7fcab21ada61650fe30763aafd7b0
src/com/gitblit/models/UserModel.java
@@ -154,10 +154,6 @@
            pType = PermissionType.REGEX;
            source = registrant;
         }
         if (AccessPermission.MISSING.equals(entry.getValue())) {
            // repository can not be found, permission is not editable
            editable = false;
         }
         list.add(new RegistrantAccessPermission(registrant, entry.getValue(), pType, RegistrantType.REPOSITORY, source, editable));
      }
      Collections.sort(list);