Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Nov 12, 2024
2 parents 05eba81 + 80a49c6 commit 381d651
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ protected function voteOnAttribute(string $attribute, $subject, TokenInterface $
) {
return true;
}
if ($firstLink->getCourse() instanceof Course
&& $firstLink->getCourse()->isPublic()
) {
return true;
}
}

$linkFound = 0;
Expand Down

0 comments on commit 381d651

Please sign in to comment.