]> git.mxchange.org Git - friendica.git/commitdiff
tpzo fixed
authorRoland Häder <roland@mxchange.org>
Wed, 17 May 2017 13:40:50 +0000 (15:40 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 May 2017 13:41:01 +0000 (15:41 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/diaspora.php

index 03d45b9dfa85da111f43e640f672546433e81834..a1d48c2fbe14aab4f29b2a7bcfed8aa03fe335d3 100644 (file)
@@ -949,7 +949,7 @@ class Diaspora {
                } elseif (($contact["rel"] == CONTACT_IS_FOLLOWER) && ($importer["page-flags"] == PAGE_COMMUNITY)) {
                        // That's good
                        return true;
-               // Is the message a comment for global users?
+               // Is the message a global user or a comment?
                } elseif (($importer["uid"] == 0) || $is_comment) {
                        // Messages for the global users and comments are always accepted
                        return true;