From: Michael Date: Mon, 2 Jul 2018 21:15:54 +0000 (+0000) Subject: Fix: Twitter reshares hadn't been shown as this X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80f9a45cba06ca3c5563711c0d818770d01ebf38;p=friendica.git Fix: Twitter reshares hadn't been shown as this --- diff --git a/src/Object/Post.php b/src/Object/Post.php index 7a65c8afc9..b131246fd4 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -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); } }