summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 19:31:08 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 19:31:08 -0500
commitd17d2798725909108f8fe11eb9574ceb6c912907 (patch)
tree6fc06b34080b509f77fadadef1c008cd63fc0228 /lib/profilelist.php
parenta6d63eb499cc22b2674fd18a85edd1be5e6d4bf7 (diff)
fix link to tagother
darcs-hash:20081121003108-84dde-d305637fa58f6e7edb8bb79dfb7c721a16f8aeed.gz
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index a0cda1da4..7fb0eb2d3 100644
--- a/lib/profilelist.php
+++ b/lib/profilelist.php
@@ -149,9 +149,9 @@ class ProfileList {
common_element_end('p');
}
- common_element('a', array('href' => 'tagother',
- 'id' => $this->profile->id,
- 'class' => 'tagother'),
+ common_element('a', array('href' => common_local_url('tagother',
+ array('id' => $this->profile->id,
+ 'class' => 'tagother'))),
_('Tag'));
}