Bugzilla – Attachment 66737 Details for
Bug 19081
Plack preventing uninstalled plugins from being removed on the plugins list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19081: Remove useless $plugin_file variable
Bug-19081-Remove-useless-pluginfile-variable.patch (text/plain), 845 bytes, created by
Kyle M Hall (khall)
on 2017-09-01 13:18:14 UTC
(
hide
)
Description:
Bug 19081: Remove useless $plugin_file variable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-09-01 13:18:14 UTC
Size:
845 bytes
patch
obsolete
>From 31f50156a7aad0a77b6618f69088d9d0afc2ecde Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 1 Sep 2017 09:53:11 -0300 >Subject: [PATCH] Bug 19081: Remove useless $plugin_file variable > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Plugins.pm | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/Koha/Plugins.pm b/Koha/Plugins.pm >index 3a2c008..c0aaa9c 100644 >--- a/Koha/Plugins.pm >+++ b/Koha/Plugins.pm >@@ -74,9 +74,6 @@ sub GetPlugins { > my @plugins; > > foreach my $plugin_class (@plugin_classes) { >- my $plugin_file = $plugin_class; >- $plugin_file =~ s|::|/|g; $plugin_file .= '.pm'; >- > if ( can_load( modules => { $plugin_class => undef }, nocache => 1 ) ) { > next unless $plugin_class->isa('Koha::Plugins::Base'); > >-- >2.10.2
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 19081
:
66561
|
66566
|
66728
|
66736
| 66737