X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FGroup.php;h=db7009151aedc29d9e979feb3df85d6b6bc9d669;hb=d49f986d1eb6894dd948577288357b6c1755e3d3;hp=a5cd57d47d6c9c0b8d09b7238f13556d9427de98;hpb=45f8000ba5990be37f70fe2e5226b0971793bb77;p=friendica.git diff --git a/src/Model/Group.php b/src/Model/Group.php index a5cd57d47d..db7009151a 100644 --- a/src/Model/Group.php +++ b/src/Model/Group.php @@ -1,11 +1,11 @@ $gid]); if (DBM::is_result($group) && $group['deleted']) { dba::update('group', ['deleted' => 0], ['gid' => $gid]); - notice(t('A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name.') . EOL); + notice(L10n::t('A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name.') . EOL); } return true; }