From 7324f907da24df8214e251e6ff3a5d20acbe5d1b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 27 Nov 2008 11:28:05 -0500 Subject: don't use list display -- it's the default darcs-hash:20081127162805-5ed1f-0342777b88a70a734c4cdd35cbece8c37d83407a.gz --- lib/gallery.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gallery.php b/lib/gallery.php index 36a7d5b1e..886b6b9e8 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -259,7 +259,6 @@ class GalleryAction extends Action { 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; -- cgit v1.2.3-54-g00ecf