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

--- Comment #39 from Kyle M Hall (khall) <[email protected]> ---
(In reply to Nick Clemens (kidclamp) from comment #37)
> Created attachment 191860 [details] [review]
> Bug 38384: (follow-up) Move loading into Koha::Plugins BEGIN block
> 
> Thinking about this today, we really just need the plugins initialized
> anytime we are using Koha::Plugins
> 
> Moving the loading into the BEGIN there seems to resolve the issue

I think in addition, we should update all "require Koha::Plugins" to "use
Koha::Plugins" otherwise the BEGIN block is evaluated at runtime, right? It
shouldn't hurt anything at least, and we only have a handful of instances!

-- 
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