23 Jul
2024
23 Jul
'24
4:48 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672 --- Comment #38 from David Cook <dcook@prosentient.com.au> --- (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.