From: Evan Prodromou Date: Mon, 24 Nov 2008 02:00:29 +0000 (-0500) Subject: fix tag link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=62330b0f3dfad9e1061f6ceea9dc57261ba1ae06;p=quix0rs-gnu-social.git fix tag link darcs-hash:20081124020029-84dde-2778ef961b5f900c7abe2cb18550f5e013b5579a.gz --- diff --git a/lib/gallery.php b/lib/gallery.php index 8410768197..5356574d70 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'),