Fix: Twitter reshares hadn't been shown as this
authorMichael <heluecht@pirati.ca>
Mon, 2 Jul 2018 21:15:54 +0000 (21:15 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 2 Jul 2018 21:15:54 +0000 (21:15 +0000)
src/Object/Post.php

index 7a65c8a..b131246 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);
                                        }
                                }