mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 00:29:21 +01:00
Fix global search refresh link URL
This commit is contained in:
parent
66d437cb8d
commit
1dd07fd523
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ function handle_global_search($request) {
|
|||
$LSview_actions=array();
|
||||
$LSview_actions['refresh'] = array (
|
||||
'label' => _('Refresh'),
|
||||
'url' => 'search.php?pattern='.urlencode($pattern).'&refresh=1',
|
||||
'url' => 'search?pattern='.urlencode($pattern).'&refresh=1',
|
||||
'action' => 'refresh'
|
||||
);
|
||||
LStemplate :: assign('LSview_actions', $LSview_actions);
|
||||
|
|
Loading…
Reference in a new issue