Skip to content

Commit

Permalink
CourseReference: fix type error (41027)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Dec 13, 2024
1 parent 9c681c9 commit e9cbfbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private static function getInstanceByObjId(
private function readTargetObjId(int $a_obj_id): void
{
$this->target_obj_id = ilObject::_lookupObjId(
ilObjCourseReference::_lookupTargetRefId($a_obj_id)
(int) ilObjCourseReference::_lookupTargetRefId($a_obj_id)
);
}
}

0 comments on commit e9cbfbb

Please sign in to comment.