mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
We now use the new account-user-view (and fixed the function name)
This commit is contained in:
parent
780d9f1793
commit
d267ba999c
17 changed files with 97 additions and 36 deletions
|
@ -161,7 +161,7 @@ class PermissionSet extends BaseRepository
|
|||
*/
|
||||
public function selectByContactId($contact_id, $uid)
|
||||
{
|
||||
$cdata = Model\Contact::getPublicAndUserContacID($contact_id, $uid);
|
||||
$cdata = Model\Contact::getPublicAndUserContactID($contact_id, $uid);
|
||||
if (!empty($cdata)) {
|
||||
$public_contact_str = '<' . $cdata['public'] . '>';
|
||||
$user_contact_str = '<' . $cdata['user'] . '>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue