diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-23 21:53:08 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-23 21:53:08 -0500 |
commit | 079b88a6883331338f9f195fcd6c76a7bcbbd7a6 (patch) | |
tree | 3a4a977c7ef5e9e3d85900457a143d32b2514a05 /lib/gallery.php | |
parent | 525b86771866f368a4df9163562fbfe43be76b40 (diff) |
include action in tags
darcs-hash:20081124025308-eefa4-b4523d386c1dd36d4856949abba1dc8bd8099da0.gz
Diffstat (limited to 'lib/gallery.php')
-rw-r--r-- | lib/gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |