X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphotos.php;h=df843846456d613522f83fa45d272402c1937a81;hb=7789ea25079801ee1425368e9bf2f7ce80d16d88;hp=71e32d4de4046cffb539328aee7e7aae8a132cc3;hpb=4157db5473ad0eea4f303a989335eae11d79cf5e;p=friendica.git diff --git a/mod/photos.php b/mod/photos.php index 71e32d4de4..df84384645 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1,6 +1,6 @@ 0, 'id' => $item['author-id'], + 'network' => $item['author-network'], 'url' => $item['author-link']]; + $profile_url = Contact::magicLinkByContact($author); if (strpos($profile_url, 'redir/') === 0) { $sparkle = ' sparkle'; } else {