fix tag link
darcs-hash:20081124020029-84dde-2778ef961b5f900c7abe2cb18550f5e013b5579a.gz
This commit is contained in:
parent
bb5437bd2d
commit
62330b0f3d
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user