James Moger
2012-11-01 3dec957f01b1e6b0af31476361efbb5767d0303d
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);