Bugzilla – Attachment 59580 Details for
Bug 17935
Adjust some POD lines, fix a few typos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17935: Follow up for C4::Plugin...
Bug-17935-Follow-up-for-C4Plugin.patch (text/plain), 1.41 KB, created by
Jonathan Druart
on 2017-01-26 12:47:51 UTC
(
hide
)
Description:
Bug 17935: Follow up for C4::Plugin...
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-26 12:47:51 UTC
Size:
1.41 KB
patch
obsolete
>From a20dd1dcc358f2e6b579b86a5d069d1def5d5016 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 20 Jan 2017 17:34:56 +0000 >Subject: [PATCH] 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> >--- > Koha/Plugins/Base.pm | 2 +- > Koha/Plugins/Handler.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Plugins/Base.pm b/Koha/Plugins/Base.pm >index 4aa8e94..ba20a58 100644 >--- a/Koha/Plugins/Base.pm >+++ b/Koha/Plugins/Base.pm >@@ -28,7 +28,7 @@ use C4::Context; > > =head1 NAME > >-C4::Plugins::Base - Base Module for plugins >+Koha::Plugins::Base - Base Module for plugins > > =cut > >diff --git a/Koha/Plugins/Handler.pm b/Koha/Plugins/Handler.pm >index b0e316a..5b6e3e3 100644 >--- a/Koha/Plugins/Handler.pm >+++ b/Koha/Plugins/Handler.pm >@@ -34,7 +34,7 @@ BEGIN { > > =head1 NAME > >-C4::Plugins::Handler - Handler Module for running plugins >+Koha::Plugins::Handler - Handler Module for running plugins > > =head1 SYNOPSIS > >-- >2.9.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17935
:
59209
|
59385
|
59485
|
59486
|
59579
| 59580