Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gvollbach committed Sep 18, 2023
1 parent 8ca27b6 commit 0fa5054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/Forum/classes/class.ilObjForumGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,9 @@ public function showThreadsObject(): void
$this->getCenterColumnHTML();
}

/**
* @throws ilCtrlException
*/
public function getContent(): string
{
if (!$this->access->checkAccess('read', '', $this->object->getRefId())) {
Expand Down

0 comments on commit 0fa5054

Please sign in to comment.