retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
This commit is contained in:
@@ -5441,7 +5441,7 @@ function send_profile_photo_activity($channel,$photo,$profile) {
|
||||
|
||||
$arr['body'] = sprintf($t,$channel['channel_name'],$ptext) . "\n\n" . $ltext;
|
||||
|
||||
$acl = new AccessList($channel);
|
||||
$acl = new Zotlabs\Access\AccessList($channel);
|
||||
$x = $acl->get();
|
||||
$arr['allow_cid'] = $x['allow_cid'];
|
||||
|
||||
|
Reference in New Issue
Block a user