Fixed Changing add-on id doesn't update cache registry

TickTackk

Well-known member
Licensed customer
If I were change existing add-on's id from addon_id_a to addon_id_b then the cache registry is not updated.
 
I'm not sure what you're referring to by the "cache registry". Do you mean the data registry? If so, which cache specifically? The enabled add-ons list?
 
By cache registry I mean the data we get from
PHP:
XenForo_Application:get('you_name_it');
In my case I use this code
PHP:
$addOns = XenForo_Application::get('addOns');
to get active list of add-ons which isn't updated.
 
Fixed now, thanks. Toggling the active state afterwards is a trivial way to force a rebuild in the meantime.
 
Back
Top Bottom