11 Aug
2017
11 Aug
'17
6:57 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 --- Comment #2 from Lee Jamison <ldjamison@marywood.edu> --- Per an email conversation with Kyle Hall, the following is what appears to be the interaction of plack with plugins: 1) Plugin is installed, install() is run ( install is run anytime a plugin is loaded and the data key "__INSTALLED__" is not set in plugin_data for the plugin 2) Plugin is removed, uninstall is called, which deletes the plugin and tables 3) Page is reloaded, but the plugin is still in memory, install() is called again and tables are recreated, even though the files have been deleted! -- You are receiving this mail because: You are watching all bug changes.