Bugzilla – Attachment 16570 Details for
Bug 9883
Koha::Plugins::* should not require koha-conf to load
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9883 - Koha::Plugins::Base should not require koha-conf to load
Bug-9883---KohaPluginsBase-should-not-require-koha.patch (text/plain), 791 bytes, created by
Kyle M Hall (khall)
on 2013-03-21 08:36:46 UTC
(
hide
)
Description:
Bug 9883 - Koha::Plugins::Base should not require koha-conf to load
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-21 08:36:46 UTC
Size:
791 bytes
patch
obsolete
>From 196dd2434ecef1b69840798e35a00655eff15b95 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 21 Mar 2013 01:35:16 -0700 >Subject: [PATCH] Bug 9883 - Koha::Plugins::Base should not require koha-conf to load > >Test Plan: >1) Run t/db_dependent/Plugins.t >2) Apply patch >3) Re-run t/db_dependent/Plugins.t >--- > Koha/Plugins/Base.pm | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > >diff --git a/Koha/Plugins/Base.pm b/Koha/Plugins/Base.pm >index 3b0ab15..b4091b7 100644 >--- a/Koha/Plugins/Base.pm >+++ b/Koha/Plugins/Base.pm >@@ -26,10 +26,6 @@ use base qw{Module::Bundled::Files}; > use C4::Context; > use C4::Auth; > >-BEGIN { >- push @INC, C4::Context->config("pluginsdir"); >-} >- > =head1 NAME > > C4::Plugins::Base - Base Module for plugins >-- >1.7.2.5
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 9883
:
16570
|
16597
|
16640
|
16710
|
16727
|
16777
|
16782
|
16786
|
16787
|
16788