https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25222

--- Comment #20 from Kyle M Hall (khall) <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to