LSsearch: Fix PHP < 7 syntax error

This commit is contained in:
Benjamin Renard 2020-06-23 16:17:19 +02:00
parent 173ef8603d
commit 458ca79418

View file

@ -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')
);