Skip to content

Commit

Permalink
typo fix made during refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jul 18, 2022
1 parent 084d125 commit fc6a6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static <T extends ObjectType> PrismObject<T> loadObject(Referencable obje

public static <T extends ObjectType> PrismObject<T> loadObject(Referencable objectReference,
PageAdminLTE page, Task task, OperationResult result) {
return loadObject(objectReference, false, page, task, result);
return loadObject(objectReference, true, page, task, result);
}

@Nullable
Expand Down

0 comments on commit fc6a6ca

Please sign in to comment.