]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Group.php
Remove obsolete mod/lockview.php file
[friendica.git] / src / Model / Group.php
index b4dbb87d82f315cc1b77ead3f53eab96fba40248..5376b817fc6ccef33bd74089cdbfd028bcae148e 100644 (file)
@@ -89,7 +89,7 @@ class Group
                                $group = DBA::selectFirst('group', ['deleted'], ['id' => $gid]);
                                if (DBA::isResult($group) && $group['deleted']) {
                                        DBA::update('group', ['deleted' => 0], ['id' => $gid]);
-                                       notice(DI::l10n()->t('A deleted group with this name was revived. Existing item permissions <strong>may</strong> 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(DI::l10n()->t('A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.'));
                                }
                                return true;
                        }