[RSS Feed/News] Abstracted permissions sometimes return false even if permissionID is set to true

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
sometimes hasContentPermission method return false even if permissionId is set to true on abstracted content permission.

In my situation this was

PHP:

protected $privatePermissionId = 'view';

But when i do dumping

PHP:

$this->PermissionSet // i found that the $privatePermissionId is true

Any idea what might cause this ?

This does not cause every time, but on some categories it do...

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