forked from GNUsocial/gnu-social
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();
|
$tags = $profile->getAllTags();
|
||||||
$content = array();
|
$content = array();
|
||||||
foreach ($tags as $t) {
|
foreach ($tags as $t) {
|
||||||
$content[common_local_url($this->trimmed('action'), array('tag' => $t))] = $t;
|
$content[$t] = $t;
|
||||||
}
|
}
|
||||||
if ($tags) {
|
if ($tags) {
|
||||||
common_element('a', array('href' => common_local_url($this->trimmed('action'),
|
common_element('a', array('href' => common_local_url($this->trimmed('action'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user