]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't use list display -- it's the default
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 27 Nov 2008 16:28:05 +0000 (11:28 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 27 Nov 2008 16:28:05 +0000 (11:28 -0500)
darcs-hash:20081127162805-5ed1f-0342777b88a70a734c4cdd35cbece8c37d83407a.gz

lib/gallery.php

index 36a7d5b1ec5a6913690a7daf01eb54220a62b6cb..886b6b9e88bcfc1ea8b7b16158bab607d3ece510 100644 (file)
@@ -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;