diff options
| author | Christian Fowler <spider@viovio.com> | 2008-03-20 16:31:22 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-03-20 16:31:22 +0000 |
| commit | 61ef1e660ef035c2531ba348a740e0533a3e962c (patch) | |
| tree | 988db002fc35ffb52eadbd7ac61b9656f1041a45 /admin | |
| parent | decbbd7ea867aa73080603d399e100fd7d5c54cb (diff) | |
| download | liberty-61ef1e660ef035c2531ba348a740e0533a3e962c.tar.gz liberty-61ef1e660ef035c2531ba348a740e0533a3e962c.tar.bz2 liberty-61ef1e660ef035c2531ba348a740e0533a3e962c.zip | |
add content_alias perm
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 202b9b3..f7eccf0 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -330,6 +330,7 @@ $gBitInstaller->registerUserPermissions( LIBERTY_PKG_NAME, array( array('p_liberty_edit_all_status', 'Can edit the status of content using all status', 'editors', LIBERTY_PKG_NAME), array('p_liberty_view_all_status', 'Can view content with any status', 'editors', LIBERTY_PKG_NAME), array('p_liberty_edit_content_owner', 'Can edit the owner of content', 'editors', LIBERTY_PKG_NAME), + array('p_liberty_edit_content_alias', 'Can edit the alternate titles of content', 'editors', LIBERTY_PKG_NAME), array('p_liberty_assign_content_perms', 'Can assign individual content permissions', 'editors', LIBERTY_PKG_NAME), ) ); |
