diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2010-03-08 20:05:49 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2010-03-08 20:05:49 +0000 |
| commit | a849be283043ea9757c1398e55c0d813ba59a742 (patch) | |
| tree | b47c7840319d2151ac41f62fd3c49a271813fa46 /admin | |
| parent | aecd40b60f098761c39e67c266155e714de98f2e (diff) | |
| download | fisheye-a849be283043ea9757c1398e55c0d813ba59a742.tar.gz fisheye-a849be283043ea9757c1398e55c0d813ba59a742.tar.bz2 fisheye-a849be283043ea9757c1398e55c0d813ba59a742.zip | |
shorten p_fisheye_download_gallery_archive to p_fisheye_download_gallery_arch to meet 30 char perm_name limit
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 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' )) { |
