mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
Move Permission Set over to DDD
- Add Permission Set Repository, Model and Collection - Mark static PermissionSet method as deprecated
This commit is contained in:
parent
5ab898f67f
commit
1c50bc58e4
5 changed files with 184 additions and 61 deletions
|
@ -252,7 +252,7 @@ class ACL
|
|||
);
|
||||
|
||||
$acl_yourself = Contact::selectFirst($fields, ['uid' => $user_id, 'self' => true]);
|
||||
$acl_yourself['name'] = L10n::t('Yourself');
|
||||
$acl_yourself['name'] = DI::l10n()->t('Yourself');
|
||||
|
||||
$acl_contacts[] = $acl_yourself;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue