diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-07-10 22:42:22 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-07-10 22:42:22 +0000 |
commit | 5126effdfb53a622523dcade777a391680aac58a (patch) | |
tree | 86829a92100d9b58e8b08118483c8c696276b802 /views/default/object/image.php | |
parent | 4bd3c70f0d5073e16ccb90f8b1c4d01a9da909d9 (diff) | |
download | elgg-5126effdfb53a622523dcade777a391680aac58a.tar.gz elgg-5126effdfb53a622523dcade777a391680aac58a.tar.bz2 |
better checks on who can tag for group albums
Diffstat (limited to 'views/default/object/image.php')
-rw-r--r-- | views/default/object/image.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/object/image.php b/views/default/object/image.php index 93c79e174..e5ccd2276 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -212,7 +212,8 @@ if ($photo_tags) { echo elgg_view('tidypics/image_menu', array('file_guid' => $file_guid, 'viewer' => $viewer, 'owner' => $owner, - 'anytags' => $photo_tags != '',) ); + 'anytags' => $photo_tags != '', + 'album' => $album, ) ); echo '</ul></div>'; // tagging code |