rework autocomplete: some polishing

This commit is contained in:
rabuzarus 2016-04-14 17:05:19 +02:00
parent 01b02dbcaa
commit ce1faf17d1
5 changed files with 12 additions and 8 deletions

View file

@ -663,7 +663,7 @@ function acl_lookup(&$a, $out_type = 'json') {
* @brief Searching for global contacts for autocompletion
*
* @param App $a
* @return array
* @return array with the search results
*/
function navbar_complete(&$a) {
@ -704,4 +704,4 @@ function navbar_complete(&$a) {
}
}
return;
}
}