]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/UserItem.php
authorMichael Vogel <icarus@dabo.de>
Wed, 12 Aug 2020 16:19:02 +0000 (18:19 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 16:19:02 +0000 (18:19 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/UserItem.php

index 144ad46eb7c7dec6dd69d4d5c749784781480426..4e4ca6c94c87aa44535777731e06c11017e4de5e 100644 (file)
@@ -212,7 +212,7 @@ class UserItem
                        return false;
                }
 
-               // Check if the contact had posted or shared something directly
+               // Check if the contact posted or shared something directly
                if (DBA::exists('contact', ['id' => $item['contact-id'], 'notify_new_posts' => true])) {
                        return true;
                }