Bug 11559: (followup) Fix keyboard control bugs, make labels clickable
[koha.git] / catalogue / search-history.pl
index e60f20b..4a8251f 100755 (executable)
@@ -50,8 +50,7 @@ if ( $action eq 'delete' ) {
         }
     );
     # Redirecting to this same url so the user won't see the search history link in the header
-    my $uri = $cgi->url();
-    print $cgi->redirect($uri);
+    print $cgi->redirect('/cgi-bin/koha/catalogue/search-history.pl');
 
 # Showing search history
 } else {