Bugzilla – Attachment 165124 Details for
Bug 36367
Remove context stack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36367: Remove call to non-existent subroutine new_userenv
Bug-36367-Remove-call-to-non-existent-subroutine-n.patch (text/plain), 765 bytes, created by
Julian Maurice
on 2024-04-18 14:42:06 UTC
(
hide
)
Description:
Bug 36367: Remove call to non-existent subroutine new_userenv
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-04-18 14:42:06 UTC
Size:
765 bytes
patch
obsolete
>From 9296ee0756bae4bb8035b7b857f4b8b367efbd5b Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 18 Apr 2024 16:20:53 +0200 >Subject: [PATCH] Bug 36367: Remove call to non-existent subroutine new_userenv > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > Koha/REST/V1/Auth.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm >index dcd85c114a..8e5ced1269 100644 >--- a/Koha/REST/V1/Auth.pm >+++ b/Koha/REST/V1/Auth.pm >@@ -566,7 +566,6 @@ sub _set_userenv { > $THE_library = $patron->library; > } > >- C4::Context->new_userenv(); > C4::Context->set_userenv( > $patron->borrowernumber, # number, > $patron->userid, # userid, >-- >2.30.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 36367
:
163500
|
163501
|
163502
|
163503
|
163504
|
163505
|
163506
|
163507
|
163508
|
165115
|
165116
|
165117
|
165118
|
165119
|
165120
|
165121
|
165122
|
165123
|
165124
|
165125
|
165126
|
167380
|
167381
|
167382
|
167383
|
167384
|
167385
|
167386
|
167387
|
167388
|
167389
|
167390
|
167391