https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672
--- Comment #38 from David Cook <[email protected]> --- (In reply to David Cook from comment #17) > That way, you're just caching a list of plugins for methods that are used. > That means every call of "$_->can($method)" *should* be true, so there > should be no wasted loops. 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 -- 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/
