Bugzilla – Attachment 103633 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), 963 bytes, created by
Julian Maurice
on 2020-04-24 08:26:40 UTC
(
hide
)
Description:
Bug 20582: Suppress warning in CGIBinKoha.pm
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-04-24 08:26:40 UTC
Size:
963 bytes
patch
obsolete
>From 6afd4a9d0143adfc059da860eeca9c19508d623b 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 > >--- > 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.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 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