Bug 11650: multiplicated authorities after link_bibs_to_authorities.pl
[koha_fer] / opac / opac-alert-subscribe.pl
index c899b4b..caeb123 100755 (executable)
@@ -46,7 +46,8 @@ my $biblionumber = $query->param('biblionumber');
         template_name   => "opac-alert-subscribe.tmpl",
         query           => $query,
         type            => "opac",
-        authnotrequired => 1,
+        authnotrequired => 0, # user must logged in to request
+                              # subscription notifications
         debug           => 1,
     }
 );