From 4e323dde33fd33129eef1eac1a116e8d2a45b5ff Mon Sep 17 00:00:00 2001 From: Murtaza Sultani Date: Thu, 7 Aug 2025 10:25:05 +0200 Subject: =?UTF-8?q?Resolve=20"Forum:=20Anonyme=20Beitr=C3=A4ge=20m=C3=BCss?= =?UTF-8?q?en=20anonyme=20Benachrichtigungen=20schicken"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #5789 Merge request studip/studip!4413 --- lib/classes/Forum/Service/PostingNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/Forum/Service/PostingNotification.php b/lib/classes/Forum/Service/PostingNotification.php index 9f6d82f..02f21af 100644 --- a/lib/classes/Forum/Service/PostingNotification.php +++ b/lib/classes/Forum/Service/PostingNotification.php @@ -127,7 +127,7 @@ class PostingNotification \URLHelper::getURL('dispatch.php/course/forum/discussions/show/'.$this->posting->discussion_id, ['cid' => $this->topic->range_id], true)."#post_" . $this->posting->posting_id, sprintf( _('%s hat ihren Beitrag zur Diskussion ā€ž%sā€œ zitiert.'), - $this->posting->user->getFullName(), + $this->posting->anonymous ? _('Jemand') : $this->posting->user->getFullName(), $this->discussion->title ), "post_" . $this->posting->posting_id, -- cgit v1.0