a bit of e_all cleanup
This commit is contained in:
@@ -9,6 +9,8 @@ require_once('include/Photo.php');
|
||||
|
||||
function collect_recipients($item,&$private) {
|
||||
|
||||
require_once('include/group.php');
|
||||
|
||||
if($item['allow_cid'] || $item['allow_gid'] || $item['deny_cid'] || $item['deny_gid']) {
|
||||
$allow_people = expand_acl($item['allow_cid']);
|
||||
$allow_groups = expand_groups(expand_acl($item['allow_gid']));
|
||||
|
||||
Reference in New Issue
Block a user