]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Some more avatar function replacements
[friendica.git] / mod / network.php
index d82072754c9bf140e7d0602e8c68f63ff0dfeb1b..eb1dbdb0437ac8f52e3f26646adff4da980bddc6 100644 (file)
@@ -572,7 +572,7 @@ function networkThreadedView(App $a, $update, $parent)
                        '$title' => DI::l10n()->t('Group: %s', $group['name'])
                ]) . $o;
        } elseif ($cid) {
-               $fields = ['id', 'name', 'network', 'writable', 'nurl',
+               $fields = ['id', 'name', 'network', 'writable', 'nurl', 'avatar',
                        'forum', 'prv', 'contact-type', 'addr', 'thumb', 'location'];
                $condition = ["`id` = ? AND (NOT `blocked` OR `pending`)", $cid];
                $contact = DBA::selectFirst('contact', $fields, $condition);