diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.php b/lib/gallery.php index 841076819..5356574d7 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -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'), |