kohabug 2205 - fix 404 when traversing pagination link in OPAC authorities search
[koha.git] / opac / opac-authorities-home.pl
index 6fef1b8..e1ea484 100755 (executable)
@@ -127,6 +127,7 @@ if ( $op eq "do_search" ) {
     }
     $template->param( result => $results ) if $results;
     $template->param( FIELDS => \@fields );
+    $template->param( orderby => $orderby );
     $template->param(
         startfrom      => $startfrom,
         displaynext    => $displaynext,