mirror of
https://github.com/friendica/friendica
synced 2025-05-04 22:24:09 +02:00
Rename method again
This commit is contained in:
parent
b5d994394e
commit
64a336ee8d
7 changed files with 11 additions and 11 deletions
|
@ -229,7 +229,7 @@ class Transmitter
|
|||
$permissionSets = DI::permissionSet()->selectByContactId($requester_id, $owner['uid']);
|
||||
if (!empty($permissionSets)) {
|
||||
$condition = ['psid' => array_merge($permissionSets->column('id'),
|
||||
[DI::permissionSet()->selectPublic($owner['uid'])])];
|
||||
[DI::permissionSet()->selectPublicForUser($owner['uid'])])];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue