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