Fixed XFES breaks backward compatibility with other add-ons

kick

Well-known member
Affected version
2.2.0 Beta 1
XFES\XF\Entity\Post:
public function _postSave()

XFES\XF\Entity\Thread:
public function _postSave()

The addition changes the type from protected to public and breaks other additions that extend these methods and have the type protected. According to the original class
 
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 XFES release (2.2.0 Beta 2).

Change log:
Fix class extension method visibility
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom