mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Rename Core\Acl to Core\ACL
This commit is contained in:
parent
35d09fdad1
commit
a7db21c8fd
11 changed files with 28 additions and 28 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use Friendica\App;
|
||||
use Friendica\Content\Widget;
|
||||
use Friendica\Core\Acl;
|
||||
use Friendica\Core\ACL;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Model\Contact;
|
||||
|
@ -186,7 +186,7 @@ function acl_content(App $a)
|
|||
$search = notags(trim($_REQUEST['search']));
|
||||
$mode = $_REQUEST['smode'];
|
||||
|
||||
$r = Acl::contactAutocomplete($search, $mode);
|
||||
$r = ACL::contactAutocomplete($search, $mode);
|
||||
|
||||
$contacts = [];
|
||||
foreach ($r as $g) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue