aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-21 19:51:08 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-21 19:51:08 -0700
commit188dc1fcf8be7476ca912e3e0cd7aa6cef0c9e8c (patch)
tree621153500aba341b1cee98e800fbea70d5132579 /mod/display.php
parent399b6828f6888ff65d3ace22876c49f0887e88e6 (diff)
downloadvolse-hubzilla-188dc1fcf8be7476ca912e3e0cd7aa6cef0c9e8c.tar.gz
volse-hubzilla-188dc1fcf8be7476ca912e3e0cd7aa6cef0c9e8c.tar.bz2
volse-hubzilla-188dc1fcf8be7476ca912e3e0cd7aa6cef0c9e8c.zip
relationship direction was too confusing to work with. instead of "in,out,both" it's now declared by role e.g. "vip,fan,bud".
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php
index 6149c3d5b..ae26864a3 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -189,7 +189,7 @@ function display_content(&$a) {
$template = $wallwall;
$commentww = 'ww';
// If it is our contact, use a friendly redirect link
- if(($item['owner-link'] == $item['url']) && ($item['rel'] == DIRECTION_IN || $item['rel'] == DIRECTION_BOTH))
+ if(($item['owner-link'] == $item['url']) && ($item['rel'] == REL_VIP || $item['rel'] == REL_BUD))
$owner_url = $redirect_url;
$owner_url = $redirect_url;