Bugzilla – Attachment 101585 Details for
Bug 24754
UserEnv not set for ISLDI requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24754: (QA follow-up) Add timestamp, remove 11th parameter
Bug-24754-QA-follow-up-Add-timestamp-remove-11th-p.patch (text/plain), 946 bytes, created by
Marcel de Rooy
on 2020-03-24 13:58:42 UTC
(
hide
)
Description:
Bug 24754: (QA follow-up) Add timestamp, remove 11th parameter
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-03-24 13:58:42 UTC
Size:
946 bytes
patch
obsolete
>From 8440d7a3c8b6eea72182d641b40b613974db9df4 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 20 Mar 2020 12:38:29 +0000 >Subject: [PATCH] Bug 24754: (QA follow-up) Add timestamp, remove 11th > parameter >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > opac/ilsdi.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl >index 4c0d5a5b51..274808cf97 100755 >--- a/opac/ilsdi.pl >+++ b/opac/ilsdi.pl >@@ -128,10 +128,10 @@ unless ( $cgi->param('service') ) { > } > > # Set the userenv >-C4::Context->_new_userenv(1); >+C4::Context->_new_userenv( 'ILSDI_'.time() ); > C4::Context->set_userenv( >- undef, undef, undef, 'ILSDI', 'ILSDI', undef, >- undef, undef, undef, undef, undef >+ undef, undef, undef, 'ILSDI', 'ILSDI', >+ undef, undef, undef, undef, undef, > ); > C4::Context->interface('opac'); > >-- >2.11.0
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 24754
:
99768
|
99772
|
99773
|
99778
|
100000
|
100001
|
100006
|
100035
|
100269
|
100305
|
101094
|
101584
| 101585