diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profilelist.php | 6 |
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')); } |