Bugzilla – Attachment 53979 Details for
Bug 16975
DSA-3628-1 perl -- security update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16975 : @INC should not have '.' as its last entry
PASSED-QA-Bug-16975--INC-should-not-have--as-its-l.patch (text/plain), 1.10 KB, created by
Katrin Fischer
on 2016-08-03 21:47:34 UTC
(
hide
)
Description:
[PASSED QA] Bug 16975 : @INC should not have '.' as its last entry
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-08-03 21:47:34 UTC
Size:
1.10 KB
patch
obsolete
>From f069fdabc147c2dae2ab1ffcc11b2fb99bef0b1c Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Tue, 26 Jul 2016 08:57:50 +1200 >Subject: [PATCH] [PASSED QA] Bug 16975 : @INC should not have '.' as its last > entry > >To Test >1/ Try using a plugin >2/ Apply patch >3/ Test plugin still works > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Plugins.pm | 1 + > Koha/Plugins/Handler.pm | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/Koha/Plugins.pm b/Koha/Plugins.pm >index bca7701..a188d7c 100644 >--- a/Koha/Plugins.pm >+++ b/Koha/Plugins.pm >@@ -27,6 +27,7 @@ use C4::Output; > > BEGIN { > push @INC, C4::Context->config("pluginsdir"); >+ pop @INC if $INC[-1] eq '.'; > } > > =head1 NAME >diff --git a/Koha/Plugins/Handler.pm b/Koha/Plugins/Handler.pm >index 903b446..0c0a7b4 100644 >--- a/Koha/Plugins/Handler.pm >+++ b/Koha/Plugins/Handler.pm >@@ -27,6 +27,7 @@ use C4::Context; > > BEGIN { > push @INC, C4::Context->config("pluginsdir"); >+ pop @INC if $INC[-1] eq '.' ; > } > > =head1 NAME >-- >1.9.1
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 16975
:
53715
|
53828
| 53979