Fixed XF\Job\Notifier does not use extendClass before calling createForJob static function

Xon

Well-known member
Affected version
2.2.13
Unlike how Entity::getStructure can be overridden by class extensions, XF\Service\AbstractNotifier::createForJob is directly called without going via extendClass to resolve to the extended notifier to call the static function.

Thankfully the notifier that gets created by the \XF::service() does call extendClass
 
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.2.14).

Change log:
Extend notifier service class before calling createForJob static method
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom