From 62330b0f3dfad9e1061f6ceea9dc57261ba1ae06 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 23 Nov 2008 21:00:29 -0500 Subject: fix tag link darcs-hash:20081124020029-84dde-2778ef961b5f900c7abe2cb18550f5e013b5579a.gz --- lib/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gallery.php') 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'), -- cgit v1.2.3-54-g00ecf