don't use list display -- it's the default

darcs-hash:20081127162805-5ed1f-0342777b88a70a734c4cdd35cbece8c37d83407a.gz
This commit is contained in:
Evan Prodromou 2008-11-27 11:28:05 -05:00
parent 6b18253170
commit 7324f907da

View 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;