installer: adjusted conditional for setting exported variables
[koha.git] / opac / opac-suggestions.pl
index cdec0e7..ac3870f 100755 (executable)
@@ -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,
         }
     );
 }