Bugzilla – Attachment 106398 Details for
Bug 21395
Make perlcritic happy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21395: Fix misc/admin/koha-preferences
Bug-21395-Fix-miscadminkoha-preferences.patch (text/plain), 758 bytes, created by
Julian Maurice
on 2020-06-29 13:24:07 UTC
(
hide
)
Description:
Bug 21395: Fix misc/admin/koha-preferences
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-06-29 13:24:07 UTC
Size:
758 bytes
patch
obsolete
>From 46448f287f3fdd5667e678989999188c5c0a53f3 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 29 Jun 2020 17:23:35 +0400 >Subject: [PATCH] Bug 21395: Fix misc/admin/koha-preferences > >--- > misc/admin/koha-preferences | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/admin/koha-preferences b/misc/admin/koha-preferences >index ad19a395a2..05667b8133 100755 >--- a/misc/admin/koha-preferences >+++ b/misc/admin/koha-preferences >@@ -296,7 +296,7 @@ print_usage() if ( $ARGV[0] =~ /^(-h|--help|-help|help)$/ ); > > print_usage( 1 ) if ( !$ARGV[0] || ref($commands{$ARGV[0]}) ne 'CODE' ); > >-$command = $commands{$ARGV[0]}; >+my $command = $commands{$ARGV[0]}; > shift @ARGV; > $command->(@ARGV); > >-- >2.20.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 21395
:
79239
|
103666
|
103740
|
104038
|
104039
|
106293
|
106294
|
106295
|
106296
|
106390
|
106393
|
106394
|
106395
| 106398