https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672
--- Comment #39 from Julian Maurice <[email protected]> --- (In reply to David Cook from comment #38) > By iterating through all the enabled plugins, loading them, and using > $_->can($method), we've created the scenario which causes the problem > described in bug 36736 Loading plugins in Koha::Plugins::call is not perfect, but we don't have a "bootstrap" stage that's common to the web app and CLI programs (which would be the perfect time to load plugins IMO), so I believe it's the best we can do at the moment. Of course plugins can break Koha if they do things they're not supposed to :) -- 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/
