Bug 9971 - Plugins system is broken!
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 2 Apr 2013 13:02:55 +0000 (09:02 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 3 Apr 2013 10:02:09 +0000 (06:02 -0400)
commit86f7f589929e201518e896f0d5c2ca1ea774f7a7
treeabae9d3844481d9eb2a4b641dc89b1bba3aaed82
parentf3d5bd5aa6cd6dc65fc840c2cbeeb0916f151661
Bug 9971 - Plugins system is broken!

Trying to run a plugin results in the following error:

Software error:

Undefined subroutine &Koha::Plugins::Base::get_template_and_user called
at /home/koha/kohaclone/Koha/Plugins/Base.pm line 108.

The is caused by the change from 'use C4::Auth' to 'require C4::Auth'
which does not export get_template_and_user.

Test Plan:
1) Install the KitchenSink plugin
2) Try to run the report, tool or configuration for the plugin
3) Note the error
4) Apply the patch
5) Try again

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Koha/Plugins/Base.pm