https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25222 --- Comment #20 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 199507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199507&action=edit Bug 25222: Give plugin subdirectories precedence over the plugins directory When an existing plugin is upgraded into its own subdirectory, the older flat copy is left behind in the plugins directory, so two copies of the same plugin are discoverable on disk at once. Both would be found, with unpredictable results for which one loads. This is bad. This orders @INC so that individual plugin subdirectories (directories that contain a Koha/Plugin tree) are searched before the plugins directory itself. This causes the newer "subdir" installed version to be loaded instead of the "root dir" version. -- You are receiving this mail because: You are watching all bug changes.