Bugzilla – Attachment 56014 Details for
Bug 16769
Koha::Cache->set_in_cache calls need to be standardised
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16769: [QA Follow-up] Still found an occurrence
Bug-16769-QA-Follow-up-Still-found-an-occurrence.patch (text/plain), 912 bytes, created by
Nick Clemens (kidclamp)
on 2016-10-04 09:57:12 UTC
(
hide
)
Description:
Bug 16769: [QA Follow-up] Still found an occurrence
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-10-04 09:57:12 UTC
Size:
912 bytes
patch
obsolete
>From 1a8177ddd56707355e8a54e791a5c091ec22a030 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 27 Jul 2016 16:04:51 +0200 >Subject: [PATCH] Bug 16769: [QA Follow-up] Still found an occurrence > >Script svc/report did contain one old-style call. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > svc/report | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svc/report b/svc/report >index 8a8bc26..7f60ffb 100755 >--- a/svc/report >+++ b/svc/report >@@ -77,7 +77,7 @@ unless ($json_text) { > $json_text = encode_json($lines); > > if ($cache_active) { >- $cache->set_in_cache( $cache_key, $json_text, $report_rec->{cache_expiry} ); >+ $cache->set_in_cache( $cache_key, $json_text, { expiry => $report_rec->{cache_expiry} } ); > } > } > else { >-- >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 16769
:
52512
|
53751
|
53752
|
53753
|
56013
| 56014 |
56015