Merge pull request #5316 from annando/fix-wall-to-wall

Fix: Twitter reshares hadn't been shown as this
This commit is contained in:
Hypolite Petovan 2018-07-02 17:23:39 -04:00 committed by GitHub
commit a23a16bb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'),
'network' => $this->getDataValue('owner-network'),
'url' => $this->getDataValue('ownerr-link')];
'url' => $this->getDataValue('owner-link')];
$this->owner_url = Contact::magicLinkbyContact($owner);
}
}