summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/schema_inc.php')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 38c1d2d..5f98dae 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -86,7 +86,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_archive',' Can download an archived copy of Fisheye gallery', 'basic', FISHEYE_PKG_NAME)
+ array('p_fisheye_download_gallery_arch',' Can download an archived copy of Fisheye gallery', 'basic', FISHEYE_PKG_NAME)
) );
if( defined( 'RSS_PKG_NAME' )) {