From: Mike Macgirvin Date: Fri, 20 Aug 2010 02:07:19 +0000 (-0700) Subject: fat fringers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ea5e7fc9572caabc97c7a9e5ae3451e956bceef;p=friendica.git fat fringers --- diff --git a/mod/network.php b/mod/network.php index 027248bdd3..219808afc4 100644 --- a/mod/network.php +++ b/mod/network.php @@ -180,7 +180,7 @@ function network_content(&$a, $update = false) { - if(($item['contact-uid'] == $_SESSION['uid']) && ($item['rel] == DIRECTION_IN || $item['rel'] == DIRECTION_BOTH) && (! $item['self'] )) + if(($item['contact-uid'] == $_SESSION['uid']) && ($item['rel'] == DIRECTION_IN || $item['rel'] == DIRECTION_BOTH) && (! $item['self'] )) $profile_url = $redirect_url; $photo = $item['photo'];