]> git.mxchange.org Git - friendica.git/blob - mod/acl.php
Also use is_filled_array() here, too. if $contacts is FALSE count() issues are E_WARNING
[friendica.git] / mod / acl.php
1 <?php
2 /* ACL selector json backend */
3
4 require_once("include/acl_selectors.php");
5
6 function acl_init(&$a){
7         acl_lookup($a);
8 }
9
10