summaryrefslogtreecommitdiff
path: root/lib/gallery.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gallery.php')
-rw-r--r--lib/gallery.php2
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'),