summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-09 12:01:53 -0700
committerBrion Vibber <brion@pobox.com>2010-04-09 12:01:53 -0700
commitf4ad0acd8450a322d4a5d54b7e8e4baee75de3e5 (patch)
treedd6d7519535573f28302287967fb697fc59c6861 /actions/peopletag.php
parent80bd77ced34ff87f5da2739e8ee95d627741d3bf (diff)
parentb47fc9c0bcd9f37438d2aaeb7b5bc98183b554ea (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'actions/peopletag.php')
-rw-r--r--actions/peopletag.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/peopletag.php b/actions/peopletag.php
index 456cc21c4..32652f755 100644
--- a/actions/peopletag.php
+++ b/actions/peopletag.php
@@ -168,9 +168,13 @@ class PeopleTagListItem extends ProfileListItem
function homepageAttributes()
{
+ $aAttrs = parent::linkAttributes();
+
if (common_config('nofollow', 'peopletag')) {
$aAttrs['rel'] = 'nofollow';
}
+
+ return $aAttrs;
}
}