Skip to content

Commit

Permalink
fix interpretation of fav setting
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais authored and kergomard committed Feb 13, 2025
1 parent 7b1d84e commit dc3bfd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ public function insertSubscribeCommand(): void
if ($this->std_cmd_only
|| $this->user->getId() === ANONYMOUS_USER_ID
|| !$this->getContainerObject() instanceof ilDesktopItemHandling
|| $this->settings->get('rep_favourites', '0') === '0') {
|| $this->settings->get('rep_favourites', '0') !== '1') {
return;
}

Expand Down

0 comments on commit dc3bfd4

Please sign in to comment.