Fixed app_registry_preload or app_preload_extra

pegasus

Well-known member
Affected version
2.3.0 Beta 2
The code event listener for preloading data from the registry is named app_preload_extra (and variants) in the code in XF/App.php:
Code:
$this->fire('app_preload_extra', [$this, &$keys]);

However, it is not possible to run any code here, since the corresponding code event listeners in the database that are available in the Code Event Listener editor have a different naming convention app_registry_preload (and variants).
 
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.3.0 Beta 3).

Change log:
Fix incorrect code names of registry preload events
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom