Browse Source

Bug 5371: (follow-up) Force no caching for private pages at the OPAC

Same as previous patch for opac-messaging.pl and opac-readingrecord.pl

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
3.22.x
Jonathan Druart 9 years ago
committed by Tomas Cohen Arazi
parent
commit
a988e9425c
  1. 2
      opac/opac-messaging.pl
  2. 2
      opac/opac-readingrecord.pl

2
opac/opac-messaging.pl

@ -66,4 +66,4 @@ $template->param( BORROWER_INFO => [ $borrower ],
SMSSendDriver => C4::Context->preference("SMSSendDriver"),
TalkingTechItivaPhone => C4::Context->preference("TalkingTechItivaPhoneNotification") );
output_html_with_http_headers $query, $cookie, $template->output;
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };

2
opac/opac-readingrecord.pl

@ -150,4 +150,4 @@ $template->param(
OPACMySummaryHTML => $opac_summary_html ? 1 : 0,
);
output_html_with_http_headers $query, $cookie, $template->output;
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };

Loading…
Cancel
Save