Rename Core\Acl to Core\ACL

This commit is contained in:
Hypolite Petovan 2018-03-02 18:41:24 -05:00
parent 35d09fdad1
commit a7db21c8fd
11 changed files with 28 additions and 28 deletions

View file

@ -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) {