X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Fopac-suggestions.pl;h=ac3870f736480d6fd5b76cf2cd45a7a1faf920a1;hb=d18a80820a22ab6af41df35468ee09aebd1933e1;hp=cdec0e7fe39ceaa03231386968015eef80e6c845;hpb=fc1342f73df868410e0ab670981f25ba2e1acd74;p=koha.git diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl index cdec0e7fe3..ac3870f736 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -19,7 +19,7 @@ use strict; require Exporter; use CGI; use C4::Auth; # get_template_and_user -use C4::Interface::CGI::Output; +use C4::Output; use C4::Suggestions; my $input = new CGI; @@ -60,7 +60,7 @@ else { template_name => "opac-suggestions.tmpl", query => $input, type => "opac", - authnotrequired => 1, + authnotrequired => 0, } ); }