]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix tag link
authorEvan Prodromou <evan@prodromou.name>
Mon, 24 Nov 2008 02:00:29 +0000 (21:00 -0500)
committerEvan Prodromou <evan@prodromou.name>
Mon, 24 Nov 2008 02:00:29 +0000 (21:00 -0500)
darcs-hash:20081124020029-84dde-2778ef961b5f900c7abe2cb18550f5e013b5579a.gz

lib/gallery.php

index 8410768197c6f345a33449a97018f035a262cbbd..5356574d7080e5d6c2387cca69f8ed691b866b22 100644 (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'),