Skip to content

Commit

Permalink
Test: Fix Access to Getter Instead of Function
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jan 3, 2025
1 parent 4b9f196 commit 578a735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private function initObjectives()

private function initCourseTitle()
{
$this->crs_title = $this->obj_cache->lookupTitle((int) $this->getObjectiveOrientedContainerId());
$this->crs_title = $this->obj_cache->lookupTitle($this->objective_oriented_container_id);
}

private function isInitialTest(): bool
Expand Down

0 comments on commit 578a735

Please sign in to comment.