diff options
| author | wjames5 <will@tekimaki.com> | 2009-09-15 13:49:28 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-09-15 13:49:28 +0000 |
| commit | 1193c888d08ac3b5fe1880b63cf18cb758fd24f7 (patch) | |
| tree | 319f51b7112a04bf3d729758c78914daeabe1f42 /admin | |
| parent | beeff383c102d2e5207bfe43b2586ba5bfb860d7 (diff) | |
| download | liberty-1193c888d08ac3b5fe1880b63cf18cb758fd24f7.tar.gz liberty-1193c888d08ac3b5fe1880b63cf18cb758fd24f7.tar.bz2 liberty-1193c888d08ac3b5fe1880b63cf18cb758fd24f7.zip | |
remove unused perm p_liberty_vote_comments -- moderation and rating packages can handle this
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 024ebae..5c6f221 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -325,7 +325,6 @@ $gBitInstaller->registerUserPermissions( LIBERTY_PKG_NAME, array( array('p_liberty_admin_comments', 'Can administer comments', 'editors', LIBERTY_PKG_NAME), array('p_liberty_post_comments', 'Can post new comments', 'registered', LIBERTY_PKG_NAME), array('p_liberty_read_comments', 'Can read comments', 'basic', LIBERTY_PKG_NAME), - array('p_liberty_vote_comments', 'Can vote comments', 'registered', LIBERTY_PKG_NAME), array('p_liberty_edit_comments', 'Can edit all comments', 'editors', LIBERTY_PKG_NAME), array('p_liberty_attach_attachments', 'Can create content attachments', 'registered', LIBERTY_PKG_NAME), array('p_liberty_detach_attachment', 'Can detach content attachments', 'registered', LIBERTY_PKG_NAME), |
