Reply to thread

I'm adding a relationship to User entity to a new entity (and thus table), and on the last uninstall step of the add-on removing the tables.


This works fine in the CLI uninstaller, but the GUI blows up with the following:




I inject a getStructure() function via class extension, which is being called after the add-on uninstaller code has run, but  \XF::app()->repository('XF:AddOn')->getEnabledAddOns() doesn't actually return the add-on!


Back
Top Bottom