From e69f16d4b609bc510e018e9710ababdace260f9b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 19:56:31 -0500 Subject: show tags that the owner added, not that the current user added darcs-hash:20081121005631-84dde-2dbb716ef054bba7dfbdda3d0374c30718affd29.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 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); -- cgit v1.2.3-54-g00ecf