Fixed Buggy permission check in AdminCP

Xon

Well-known member
Licensed customer
XenForo_ControllerPublic_Misc::actionUserMessagePreview returns rather than throws $this->getNoPermissionResponseException();

Still stops non-admins accessing it, but with an error 500 rather than a 403
 
This is fixed now -- it should just be returning responseNoPermission.
 
Back
Top Bottom