]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/statusnet.php
Adhere feedback
[friendica-addons.git] / statusnet / statusnet.php
index 8fe64f34a9993d9b9f955a292bb0ab7490e86788..f0372852af07eb6ba242812a50f019465a86711e 100644 (file)
@@ -350,7 +350,7 @@ function statusnet_post_hook(array &$b)
        }
 
        // Dont't post if the post doesn't belong to us.
-       // This is a check for forum postings
+       // This is a check for group postings
        $self = DBA::selectFirst('contact', ['id'], ['uid' => $b['uid'], 'self' => true]);
        if ($b['contact-id'] != $self['id']) {
                return;