@@ -, +, @@ --- opac/opac-search-history.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-search-history.pl +++ a/opac/opac-search-history.pl @@ -40,7 +40,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user( template_name => "opac-search-history.tt", query => $cgi, type => "opac", - authnotrequired => 1, + authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ), flagsrequired => {borrowers => 1}, debug => 1, } --