https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736
--- Comment #8 from Nick Clemens (kidclamp) <[email protected]> --- Ah, so, basically the background job looks for plugins with an 'after_biblio_action' hook. To find them we end up loading all the plugins.modules. This is what causes the begin block to fire again. If we call GetPlugins before this check, everything is cached and we don't reload the modules, so we don't trigger the new dbic -- 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/
