- Affected version
- 1.1.5
I'm not sure if this is the correct forum to post a bug report about an official addon or not .
I've installed Xenforo redirects for vBulletin today at one forum where guests not allowed to view threads and got no permission error while using super admin account
apparently this code fails
so
returns false because visitor is not setup
I've installed Xenforo redirects for vBulletin today at one forum where guests not allowed to view threads and got no permission error while using super admin account
apparently this code fails
PHP:
if (is_callable([$content, $method]) && !$content->$method())
{
return $this->noPermission();
}
PHP:
$threadEntity->canView();
Last edited: