From: Galen Charlton Date: Thu, 13 Mar 2014 14:57:04 +0000 (+0000) Subject: Bug 11647: (follow-up) add comment expressing that user must be logged in X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e34508744d3e76827e911531a56f84731a669784;p=koha.git Bug 11647: (follow-up) add comment expressing that user must be logged in Signed-off-by: Galen Charlton --- diff --git a/opac/opac-alert-subscribe.pl b/opac/opac-alert-subscribe.pl index be357bdc1b..caeb123eeb 100755 --- a/opac/opac-alert-subscribe.pl +++ b/opac/opac-alert-subscribe.pl @@ -46,7 +46,8 @@ my $biblionumber = $query->param('biblionumber'); template_name => "opac-alert-subscribe.tmpl", query => $query, type => "opac", - authnotrequired => 0, #( C4::Context->preference("OpacPublic") ? 1 : 0 ), + authnotrequired => 0, # user must logged in to request + # subscription notifications debug => 1, } );