From: Michael Vogel Date: Wed, 12 Aug 2020 16:19:02 +0000 (+0200) Subject: Update src/Model/UserItem.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d331a88adca8a3ed20d0a7936271edbd3c56c7ef;p=friendica.git Update src/Model/UserItem.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Model/UserItem.php b/src/Model/UserItem.php index 144ad46eb7..4e4ca6c94c 100644 --- a/src/Model/UserItem.php +++ b/src/Model/UserItem.php @@ -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; }