]> git.mxchange.org Git - friendica-addons.git/blobdiff - libertree/libertree.php
Merge pull request 'Bluesky: Tasks are now done by workers' (#1399) from heluecht...
[friendica-addons.git] / libertree / libertree.php
index 8e8c9ba980cc828de28063255fde6d9063fa4019..c0f896c0c43346e295af163f63aeb29bb5538033 100644 (file)
@@ -151,7 +151,7 @@ function libertree_send(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;