Fix global search refresh link URL

This commit is contained in:
Benjamin Renard 2020-05-07 09:51:22 +02:00
parent 66d437cb8d
commit 1dd07fd523

View file

@ -144,7 +144,7 @@ function handle_global_search($request) {
$LSview_actions=array(); $LSview_actions=array();
$LSview_actions['refresh'] = array ( $LSview_actions['refresh'] = array (
'label' => _('Refresh'), 'label' => _('Refresh'),
'url' => 'search.php?pattern='.urlencode($pattern).'&refresh=1', 'url' => 'search?pattern='.urlencode($pattern).'&refresh=1',
'action' => 'refresh' 'action' => 'refresh'
); );
LStemplate :: assign('LSview_actions', $LSview_actions); LStemplate :: assign('LSview_actions', $LSview_actions);