[RSS Feed/News] Xenforo redirects for vBulletin checks for guest permissions instead of current user permissions

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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
PHP:

Code:
if (is_callable([$content, $method]) && !$content->$method())
{
                    return $this->noPermission();
}
so
PHP:

$threadEntity->canView();
returns false because visitor is not setup

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom