diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl old mode 100755 new mode 100644 index d92166b..4dcb33c --- a/opac/opac-authorities-home.pl +++ b/opac/opac-authorities-home.pl @@ -123,9 +123,9 @@ } # Opac search history if (C4::Context->preference('EnableOpacSearchHistory')) { - unless ( $startfrom ) { + if ( $startfrom == 1) { my $path_info = $query->url(-path_info=>1); my $query_cgi_history = $query->url(-query=>1); $query_cgi_history =~ s/^$path_info\?//; $query_cgi_history =~ s/;/&/g;