Bugzilla – Attachment 103721 Details for
Bug 20582
Turn Koha into a Mojolicious application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20582: Suppress warning in CGIBinKoha.pm
Bug-20582-Suppress-warning-in-CGIBinKohapm.patch (text/plain), 1021 bytes, created by
Victor Grousset/tuxayo
on 2020-04-26 03:35:38 UTC
(
hide
)
Description:
Bug 20582: Suppress warning in CGIBinKoha.pm
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-04-26 03:35:38 UTC
Size:
1021 bytes
patch
obsolete
>From 7a3cd7676190a78250cc9e7ad790bac43ef1b68f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 24 Apr 2020 10:25:04 +0200 >Subject: [PATCH] Bug 20582: Suppress warning in CGIBinKoha.pm > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > Koha/App/Plugin/CGIBinKoha.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/App/Plugin/CGIBinKoha.pm b/Koha/App/Plugin/CGIBinKoha.pm >index a7fba5ae7c..197e9f70f1 100644 >--- a/Koha/App/Plugin/CGIBinKoha.pm >+++ b/Koha/App/Plugin/CGIBinKoha.pm >@@ -85,7 +85,7 @@ sub _psgi_env { > > # Starman sets PATH_INFO to the same value of SCRIPT_NAME, which confuses > # CGI and causes the redirect after OPAC login to fail >- delete $env->{PATH_INFO} if ($env->{PATH_INFO} eq $env->{SCRIPT_NAME}); >+ delete $env->{PATH_INFO} if ($env->{PATH_INFO} && $env->{PATH_INFO} eq $env->{SCRIPT_NAME}); > > for my $name (@{ $c->req->headers->names }) { > my $value = $c->req->headers->header($name); >-- >2.26.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 20582
:
74173
|
74517
|
74518
|
74519
|
74520
|
79648
|
81687
|
81857
|
82423
|
84526
|
84527
|
84528
|
84529
|
84530
|
84531
|
91009
|
99267
|
103633
|
103720
|
103721
|
109282
|
109283
|
109284
|
109895
|
109896
|
109897
|
109898
|
109899
|
109900
|
111282
|
111315
|
111374