https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37431 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- You can use: Koha::Plugins::Datas->find("Koha::Plugin::MyOrg::MyPlugin", $key)->plugin_value Not ideal but better than instantiating the plugin twice. A mojo helper would still require you to give your plugin name as one of the helper's arguments, right ? Not sure how we can avoid that. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.