Bugzilla – Attachment 55341 Details for
Bug 17189
Add the ability to define several memcached namespaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17189 [QA Followup] - Missing $ on $key var for unsafe variant
Bug-17189-QA-Followup---Missing--on-key-var-for-un.patch (text/plain), 1.10 KB, created by
Kyle M Hall (khall)
on 2016-09-08 13:20:06 UTC
(
hide
)
Description:
Bug 17189 [QA Followup] - Missing $ on $key var for unsafe variant
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-09-08 13:20:06 UTC
Size:
1.10 KB
patch
obsolete
>From c85292db5a5f5ec661c6978c2a0841783061b223 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 8 Sep 2016 12:19:30 +0000 >Subject: [PATCH] Bug 17189 [QA Followup] - Missing $ on $key var for unsafe > variant > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Cache.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Cache.pm b/Koha/Cache.pm >index b966373..034d77b 100644 >--- a/Koha/Cache.pm >+++ b/Koha/Cache.pm >@@ -331,7 +331,7 @@ sub get_from_cache { > if ( exists $L1_cache{$self->{namespace}}{$key} ) { > if (ref($L1_cache{$self->{namespace}}{$key})) { > if ($unsafe) { >- $L1_cache{$self->{namespace}}{$key}->{thawed} ||= $L1_decoder->decode($L1_cache{$self->{namespace}}{key}->{frozen}); >+ $L1_cache{$self->{namespace}}{$key}->{thawed} ||= $L1_decoder->decode($L1_cache{$self->{namespace}}{$key}->{frozen}); > return $L1_cache{$self->{namespace}}{$key}->{thawed}; > } else { > return $L1_decoder->decode($L1_cache{$self->{namespace}}{$key}->{frozen}); >-- >2.1.4
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 17189
:
54815
|
54816
|
54817
|
55284
|
55285
|
55286
|
55291
|
55292
|
55293
|
55294
|
55295
|
55301
|
55302
|
55316
|
55317
|
55318
|
55319
|
55320
|
55321
| 55341