Fixed Buggy permission check in AdminCP

Xon

Well-known member
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
 
Top Bottom