]> git.mxchange.org Git - friendica.git/commitdiff
Commenting on postings from tags on the network page does work now
authorMichael <heluecht@pirati.ca>
Wed, 10 Jan 2018 21:08:23 +0000 (21:08 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 10 Jan 2018 21:08:23 +0000 (21:08 +0000)
src/Object/Post.php

index 97768bf56cd79c663d821e3f49da7c1ea89623cb..61200b58e938a81454df5fd6e48ac1da616cae8e 100644 (file)
@@ -769,7 +769,7 @@ class Post extends BaseObject
                        $uid = $conv->getProfileOwner();
                        $parent_uid = $this->getDataValue('uid');
 
-                       if (!empty($parent_uid) && empty($uid) && ($uid != $parent_uid)) {
+                       if (!is_null($parent_uid) && ($uid != $parent_uid)) {
                                $uid = $parent_uid;
                        }