From: Marcel Werk Date: Mon, 17 Jul 2023 16:17:39 +0000 (+0200) Subject: Fix typo X-Git-Tag: 6.0.0_Alpha_7~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e7c81f320ae2d790db24c89616defa90dd6f7c08;p=GitHub%2FWoltLab%2FWCF.git Fix typo --- diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php index 161e24ec6e..8c308ea7cd 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php @@ -69,7 +69,7 @@ class ArticleCommentUserNotificationObjectType extends AbstractUserNotificationO $users = UserProfileRuntimeCache::getInstance()->getObjects($subscribers); // Add the article author to the recipients, to ensure, that he - // receive a notifications, even if he has not subscribed the category. + // receives a notifications, even if he has not subscribed the category. $recipients = [$article->getUserID()]; foreach ($users as $user) { if ($article->canRead($user)) {