summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-10 17:56:11 -0700
committerBrion Vibber <brion@pobox.com>2010-04-10 17:56:11 -0700
commit1eeb23e1e3b77de056791a74cd3e4f5c02d68510 (patch)
treea636518ebfc9bf41c2b0b0a916c14f1ee37df634 /actions/peopletag.php
parentaf06c554a0d8c4eeab801a9550d951845d40350a (diff)
parentedd883d3b009788049a9326bd6bdcc7846f87a8a (diff)
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Conflicts: actions/confirmaddress.php
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 5473bc1bd..7287cfbf9 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;
}
}