diff options
| author | Christian Fowler <spider@viovio.com> | 2008-10-20 21:40:11 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-10-20 21:40:11 +0000 |
| commit | faf5a5b9a775d3908d5aed36d51d841b079cef8e (patch) | |
| tree | fe7331ad6584e086bf378c8d3769ce9e9095e105 /Pigeonholes.php | |
| parent | 6b3126d694a6207a6e1dd8e489fef09556bc2256 (diff) | |
| download | pigeonholes-faf5a5b9a775d3908d5aed36d51d841b079cef8e.tar.gz pigeonholes-faf5a5b9a775d3908d5aed36d51d841b079cef8e.tar.bz2 pigeonholes-faf5a5b9a775d3908d5aed36d51d841b079cef8e.zip | |
BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
Diffstat (limited to 'Pigeonholes.php')
| -rw-r--r-- | Pigeonholes.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 561df9a..507235a 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.128 2008/10/18 23:11:07 nickpalmer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.129 2008/10/20 21:40:11 spiderr Exp $ * * +----------------------------------------------------------------------+ * | Copyright ( c ) 2004, bitweaver.org @@ -17,7 +17,7 @@ * Pigeonholes class * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.128 $ + * @version $Revision: 1.129 $ * @package pigeonholes */ @@ -57,8 +57,8 @@ class Pigeonholes extends LibertyMime { // Permission setup $this->mViewContentPerm = 'p_pigeonholes_view'; - $this->mEditContentPerm = 'p_pigeonholes_edit'; - $this->mAdminContentPerm = 'p_pigeonholes_edit'; // use edit until we find the need for an admin permission + $this->mUpdateContentPerm = 'p_pigeonholes_update'; + $this->mAdminContentPerm = 'p_pigeonholes_update'; // use edit until we find the need for an admin permission // Allow specially constructed pigeonholes to mess with the // getMemberList SQL so that additional data can be added on. |
