diff options
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 2740f91f9..a3ca933b1 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -591,7 +591,7 @@ function photos_content(&$a) { } $albumselect_e = $albumselect; - $aclselect_e = (($_is_owner) ? populate_acl($channel_acl) : ''); + $aclselect_e = (($_is_owner) ? populate_acl($channel_acl,false) : ''); $tpl = get_markup_template('photos_upload.tpl'); $o .= replace_macros($tpl,array( |