]> git.mxchange.org Git - friendica.git/commitdiff
fat fringers
authorMike Macgirvin <mike@macgirvin.com>
Fri, 20 Aug 2010 02:07:19 +0000 (19:07 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Fri, 20 Aug 2010 02:07:19 +0000 (19:07 -0700)
mod/network.php

index 027248bdd3efbc45ccb570a4cefe5420b595d615..219808afc432a136658c3939cb06574159ef3c4e 100644 (file)
@@ -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'];