Merge pull request #4201 from annando/commenting-on-tags
Commenting on postings from tags on the network page does work now
This commit is contained in:
commit
b007f586dd
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ class Post extends BaseObject
|
||||||
$uid = $conv->getProfileOwner();
|
$uid = $conv->getProfileOwner();
|
||||||
$parent_uid = $this->getDataValue('uid');
|
$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;
|
$uid = $parent_uid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue