Fix: Twitter reshares hadn't been shown as this

This commit is contained in:
Michael 2018-07-02 21:15:54 +00:00
parent 8cae2583b6
commit 80f9a45cba
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ class Post extends BaseObject
$owner = ['uid' => 0, 'id' => $this->getDataValue('owner-id'), $owner = ['uid' => 0, 'id' => $this->getDataValue('owner-id'),
'network' => $this->getDataValue('owner-network'), 'network' => $this->getDataValue('owner-network'),
'url' => $this->getDataValue('ownerr-link')]; 'url' => $this->getDataValue('owner-link')];
$this->owner_url = Contact::magicLinkbyContact($owner); $this->owner_url = Contact::magicLinkbyContact($owner);
} }
} }