diff options
| author | spider <spider@bitweaver.org> | 2014-10-03 10:50:08 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2014-10-03 10:50:08 -0400 |
| commit | c53d15e53607ad9a1e9ff61681778a1b6ed3b316 (patch) | |
| tree | 7251e87e9c3ebd5e1dd0815918191279eeb9b5b9 /admin | |
| parent | c7f6c68938905d2389f0d6fbaa5f00f136334acb (diff) | |
| download | fisheye-c53d15e53607ad9a1e9ff61681778a1b6ed3b316.tar.gz fisheye-c53d15e53607ad9a1e9ff61681778a1b6ed3b316.tar.bz2 fisheye-c53d15e53607ad9a1e9ff61681778a1b6ed3b316.zip | |
archive download default for registered
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 5eaa9fc..245e450 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -87,7 +87,7 @@ $gBitInstaller->registerUserPermissions( FISHEYE_PKG_NAME, array( array('p_fisheye_upload_nonimages', 'Can upload non_image files', 'editors', FISHEYE_PKG_NAME), array('p_fisheye_change_thumb_size', 'Can set the thumbnail size for a gallery', 'editors', FISHEYE_PKG_NAME), array('p_fisheye_create_public_gal', 'Can create public galleries any user can load images into', 'editors', FISHEYE_PKG_NAME), - array('p_fisheye_download_gallery_arc',' Can download an archived copy of Fisheye gallery', 'basic', FISHEYE_PKG_NAME) + array('p_fisheye_download_gallery_arc',' Can download an archived copy of Fisheye gallery', 'registered', FISHEYE_PKG_NAME) ) ); if( defined( 'RSS_PKG_NAME' )) { |
