diff options
Diffstat (limited to 'lib/classes/Forum/Service/PostingNotification.php')
| -rw-r--r-- | lib/classes/Forum/Service/PostingNotification.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
