summaryrefslogtreecommitdiff
path: root/lib/gallery.php
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-23 21:53:08 -0500
committercsarven <csarven@controlyourself.ca>2008-11-23 21:53:08 -0500
commit079b88a6883331338f9f195fcd6c76a7bcbbd7a6 (patch)
tree3a4a977c7ef5e9e3d85900457a143d32b2514a05 /lib/gallery.php
parent525b86771866f368a4df9163562fbfe43be76b40 (diff)
include action in tags
darcs-hash:20081124025308-eefa4-b4523d386c1dd36d4856949abba1dc8bd8099da0.gz
Diffstat (limited to 'lib/gallery.php')
-rw-r--r--lib/gallery.php2
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);