]> git.mxchange.org Git - friendica.git/commitdiff
Issue 7142: Prevent respawn of "remote self" items
authorMichael <heluecht@pirati.ca>
Thu, 13 Jun 2019 05:06:52 +0000 (05:06 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 13 Jun 2019 05:06:52 +0000 (05:06 +0000)
src/Model/Item.php

index 4dc1be648aea7c455cf20958cae6512b69da744c..ba41f91d9d7e39d49317a95d88ee9679412c1410 100644 (file)
@@ -2647,7 +2647,6 @@ class Item extends BaseObject
                                $datarray['author-link']   = $datarray['owner-link'];
                                $datarray['author-avatar'] = $datarray['owner-avatar'];
 
-                               unset($datarray['created']);
                                unset($datarray['edited']);
 
                                unset($datarray['network']);