diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 19:56:31 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 19:56:31 -0500 |
commit | e69f16d4b609bc510e018e9710ababdace260f9b (patch) | |
tree | dc883c1494e5c81babe72c3d87dde6daafdfe930 /lib/gallery.php | |
parent | cf54010e75411546bbe9cbc6dc3d79fad4faa52a (diff) |
show tags that the owner added, not that the current user added
darcs-hash:20081121005631-84dde-2dbb716ef054bba7dfbdda3d0374c30718affd29.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 0ac9fd4ef..4ba9cbd2f 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -109,7 +109,7 @@ class GalleryAction extends Action { $lim); if ($display == 'list') { - $profile_list = new ProfileList($other); + $profile_list = new ProfileList($other, $profile); $cnt = $profile_list->show_list(); } else { $cnt = $this->icon_list($other); |