Skip to content

Commit

Permalink
IASS: method was not introduced after all
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Apr 25, 2024
1 parent 3e1db4f commit 2cfb410
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ protected function getTabs(): void

if (($this->object->accessHandler()->mayViewAllUsers()
|| $this->object->accessHandler()->mayEditLearningProgressSettings()
|| $this->object->accessHandler()->mayReadLearningProgress()
|| ($this->object->loadMembers()->userAllreadyMember($this->usr)
&& $this->object->isActiveLP()))
&& ilObjUserTracking::_enabledLearningProgress()) {
Expand Down

0 comments on commit 2cfb410

Please sign in to comment.