fix tag link

darcs-hash:20081124020029-84dde-2778ef961b5f900c7abe2cb18550f5e013b5579a.gz
This commit is contained in:
Evan Prodromou 2008-11-23 21:00:29 -05:00
parent bb5437bd2d
commit 62330b0f3d

View File

@ -84,7 +84,7 @@ class GalleryAction extends Action {
$tags = $profile->getAllTags();
$content = array();
foreach ($tags as $t) {
$content[common_local_url($this->trimmed('action'), array('tag' => $t))] = $t;
$content[$t] = $t;
}
if ($tags) {
common_element('a', array('href' => common_local_url($this->trimmed('action'),