@@ -, +, @@ history 1- Login your account (opac) 2- Search an authority in Authority search 3- Go to Search history -> Authority 4- It says "Your authority search history is empty" --- opac/opac-authorities-home.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-authorities-home.pl +++ a/opac/opac-authorities-home.pl @@ -124,7 +124,7 @@ if ( $op eq "do_search" ) { # 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\?//; --