]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Post.php
Fix: Twitter reshares hadn't been shown as this
[friendica.git] / src / Object / Post.php
index 7a65c8afc9feefd47f81929702c88952bbfa8aac..b131246fd4e1a3f7a909d566506c291d0d0d1a62 100644 (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);
                                        }
                                }