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

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.
 
Top Bottom