From d17d2798725909108f8fe11eb9574ceb6c912907 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 19:31:08 -0500 Subject: fix link to tagother darcs-hash:20081121003108-84dde-d305637fa58f6e7edb8bb79dfb7c721a16f8aeed.gz --- lib/profilelist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/profilelist.php') 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')); } -- cgit v1.2.3-54-g00ecf