default acl's

This commit is contained in:
Mike Macgirvin 2010-08-07 23:54:22 -07:00
commit 5933f13ab7
7 changed files with 119 additions and 28 deletions

View file

@ -323,7 +323,7 @@ function photos_content(&$a) {
'$filestext' => t('Select files to upload: '),
'$albumselect' => $albumselect,
'$permissions' => t('Permissions'),
'$aclselect' => populate_acl(),
'$aclselect' => populate_acl($a->user),
'$archive' => $a->get_baseurl() . '/jumploader_z.jar',
'$nojava' => t('Use the following controls only if the Java uploader (above) fails to launch.'),
'$uploadurl' => $a->get_baseurl() . '/photos',