From: Michael Date: Tue, 19 Jun 2018 21:32:42 +0000 (+0000) Subject: Fix: network had been empty X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=139d35438dd8b655719a9908b3400201402600ee;p=friendica.git Fix: network had been empty --- diff --git a/src/Model/Item.php b/src/Model/Item.php index c3b759f65b..51f8794855 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -306,7 +306,7 @@ class Item extends BaseObject 'thumb' => 'owner-avatar', 'nick' => 'owner-nick', 'network' => 'owner-network']; $fields['contact'] = ['url' => 'contact-link', 'name' => 'contact-name', 'thumb' => 'contact-avatar', - 'network', 'url', 'name', 'writable', 'self', 'id' => 'cid', 'alias', 'uid' => 'contact-uid', + 'url', 'name', 'writable', 'self', 'id' => 'cid', 'alias', 'uid' => 'contact-uid', 'photo', 'name-date', 'uri-date', 'avatar-date', 'thumb', 'dfrn-id', 'network' => 'contact-network']; $fields['parent-item'] = ['guid' => 'parent-guid', 'network' => 'parent-network'];