mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSsearch: Fix PHP < 7 syntax error
This commit is contained in:
parent
173ef8603d
commit
458ca79418
1 changed files with 1 additions and 1 deletions
|
@ -1742,5 +1742,5 @@ LScli :: add_command(
|
|||
' - -p|--page : page number to show (starting by 1, default: first one)',
|
||||
),
|
||||
true,
|
||||
array('LSsearch', 'cli_search_args_autocompleter'),
|
||||
array('LSsearch', 'cli_search_args_autocompleter')
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue