diff options
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index fa089c435..04dc23e37 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -696,7 +696,7 @@ function photos_content(&$a) { $profile_url = $item['url']; if(local_user() && ($item['contact-uid'] == get_uid()) - && ($item['rel'] == DIRECTION_IN || $item['rel'] == DIRECTION_BOTH) && (! $item['self'] )) + && ($item['rel'] == REL_VIP || $item['rel'] == REL_BUD) && (! $item['self'] )) $profile_url = $redirect_url; $profile_name = ((strlen($item['author-name'])) ? $item['author-name'] : $item['name']); |