From 079b88a6883331338f9f195fcd6c76a7bcbbd7a6 Mon Sep 17 00:00:00 2001 From: csarven Date: Sun, 23 Nov 2008 21:53:08 -0500 Subject: include action in tags darcs-hash:20081124025308-eefa4-b4523d386c1dd36d4856949abba1dc8bd8099da0.gz --- lib/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gallery.php') diff --git a/lib/gallery.php b/lib/gallery.php index 5356574d7..fd13ad145 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -134,7 +134,7 @@ class GalleryAction extends Action { $lim); if ($display == 'list') { - $profile_list = new ProfileList($other, $profile); + $profile_list = new ProfileList($other, $profile, $this->trimmed('action')); $cnt = $profile_list->show_list(); } else { $cnt = $this->icon_list($other); -- cgit v1.2.3-54-g00ecf