X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=libertree%2Flibertree.php;h=c0f896c0c43346e295af163f63aeb29bb5538033;hb=aa0d829de64e7a67461b09c3e76ea9d4f331753a;hp=8e8c9ba980cc828de28063255fde6d9063fa4019;hpb=6b3dc35f35e827f4f26ca4f3b05f9456d8b79079;p=friendica-addons.git diff --git a/libertree/libertree.php b/libertree/libertree.php index 8e8c9ba9..c0f896c0 100644 --- a/libertree/libertree.php +++ b/libertree/libertree.php @@ -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;