Fixed Some thread action error popup is empty

truonglv

Well-known member
Affected version
2.1.5a
There are some actions if do not have permission which they does not throw any message
  • actionQuickClose
  • actionQuickStick
This line return $this->error($error); should be return $this->noPermission($error);
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.6).

Change log:
If no error message exists when we check the permission for quick close/quick stick then give a generic no permission message.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom