Reply to thread

Like I just said, when you view a forum, e.g. Forum::actionForum() the first thing we do is:

[code=php]$forum = $this->assertViewableForum($params->node_id ?: $params->node_name, $this->getForumViewExtraWith());[/code]

And that method checks the forum record exists, and is viewable, including checking the canView() method as I quoted in my last post. It's definitely called.


Back
Top Bottom