Bug 17935: Follow up for C4::Plugin...
authorMark Tompsett <mtompset@hotmail.com>
Fri, 20 Jan 2017 17:34:56 +0000 (17:34 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 14 Feb 2017 14:12:51 +0000 (14:12 +0000)
commit7704478836c42088519bb4a91833720d921bc890
treeee28b00f8d7f65dd4250885a9517c225772032c7
parentb4c66d5cc4be5ca555799a719ff07ffae5b2f45f
Bug 17935: Follow up for C4::Plugin...

TEST PLAN
---------
-- apply first patch
git grep "C4::Plugin"
-- still two references
perldoc Koha::Plugins::Base
perldoc Koha::Plugins::Handler

-- apply this patch
git grep "C4::Plugin"
-- no references
perldoc Koha::Plugins::Base
perldoc Koha::Plugins::Handler
-- should look fixed

 Please enter the commit message for your changes. Lines starting

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Plugins/Base.pm
Koha/Plugins/Handler.pm