Bugzilla – Attachment 53752 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), 901 bytes, created by
Marcel de Rooy
on 2016-07-27 14:17:51 UTC
(
hide
)
Description:
Bug 16769: [QA Follow-up] Still found an occurrence
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-07-27 14:17:51 UTC
Size:
901 bytes
patch
obsolete
>From 964c05800c68f84d9bcbe9d27d15e99f6ebeb31d 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 >Content-Type: text/plain; charset=utf-8 > >Script svc/report did contain one old-style call. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > svc/report | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svc/report b/svc/report >index da1b9b3..bf18541 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 { >-- >1.7.10.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