mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Move navbar_complete to Acl
This commit is contained in:
parent
824262b824
commit
207eac4a16
2 changed files with 6 additions and 7 deletions
|
@ -9,9 +9,3 @@ use Friendica\Model\Contact;
|
|||
|
||||
require_once "mod/proxy.php";
|
||||
|
||||
function navbar_complete(App $a) {
|
||||
$search = notags(trim($_REQUEST['search']));
|
||||
$mode = $_REQUEST['smode'];
|
||||
|
||||
return Acl::contactAutocomplete($search, $mode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue