diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-11-27 11:28:05 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-11-27 11:28:05 -0500 |
commit | 7324f907da24df8214e251e6ff3a5d20acbe5d1b (patch) | |
tree | 12db2f15177914048e79549f2c088454b07d23a6 /lib/gallery.php | |
parent | 6b1825317071becbdcd7f02c4e73977e438f760f (diff) |
don't use list display -- it's the default
darcs-hash:20081127162805-5ed1f-0342777b88a70a734c4cdd35cbece8c37d83407a.gz
Diffstat (limited to 'lib/gallery.php')
-rw-r--r-- | lib/gallery.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |