diff --git a/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java b/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java index 1e162870..5db7d567 100644 --- a/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java +++ b/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java @@ -124,8 +124,8 @@ public class SelfEditorRelationshipPolicy extends AbstractRelationshipPolicy } private DistilledAction distill(AbstractObjectPropertyStatementAction action) { - return new DistilledAction(action.getUriOfPredicate(), - action.getUriOfSubject(), action.getUriOfObject()); + return new DistilledAction(action.getPredicateUri(), + action.getSubjectUri(), action.getObjectUri()); } private PolicyDecision isAuthorized(IdentifierBundle ids,