James Moger
2012-11-28 0bbdd9f9adf12ad9082a4c49ae1c9a0778b00bb4
src/com/gitblit/client/RegistrantPermissionsTableModel.java
@@ -104,7 +104,7 @@
         // and therefore can not be directly manipulated unless the current
         // object is the source of the regex (i.e. a user or team with explicit
         // regex definition)
         return permissions.get(rowIndex).isEditable;
         return permissions.get(rowIndex).mutable;
      }
      return false;
   }