Fix typo
authorMarcel Werk <burntime@woltlab.com>
Mon, 17 Jul 2023 16:17:39 +0000 (18:17 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 17 Jul 2023 16:17:39 +0000 (18:17 +0200)
wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php

index 161e24ec6e1fce01a483f10d6664e16177c230ca..8c308ea7cd88274acf8c3ba0a937bee0d97fadf0 100644 (file)
@@ -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)) {