From 1a0dc490987db6fd6b44a892f314773a436cea9b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 27 Nov 2008 11:25:51 -0500 Subject: [PATCH] better link darcs-hash:20081127162551-5ed1f-7ccfe9c5d84149c5d5aa507e70d555003c200b39.gz --- lib/gallery.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gallery.php b/lib/gallery.php index 4939a18686..f55d361767 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -255,10 +255,11 @@ class GalleryAction extends Action { common_element('a', array('href' => $url), _('Icons')); common_element_end('li'); - break; + break; default: common_element_start('li', array('class'=>'child_1')); $url_args = array('nickname' => $profile->nickname, + 'display' => 'list', 'page' => 1 + floor((($page - 1) * AVATARS_PER_PAGE) / PROFILES_PER_PAGE)); if ($tag) { $url_args['tag'] = $tag;