Bug 11647: (follow-up) add comment expressing that user must be logged in
authorGalen Charlton <gmc@esilibrary.com>
Thu, 13 Mar 2014 14:57:04 +0000 (14:57 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jun 2014 12:42:34 +0000 (08:42 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit e34508744d3e76827e911531a56f84731a669784)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 21b766adc9e00ac98951c503b454f917d1a8cbd4)

opac/opac-alert-subscribe.pl

index be357bd..caeb123 100755 (executable)
@@ -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,
     }
 );