diff options
Diffstat (limited to 'BitArticle.php')
| -rw-r--r-- | BitArticle.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BitArticle.php b/BitArticle.php index 92910ae..14ace33 100644 --- a/BitArticle.php +++ b/BitArticle.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticle.php,v 1.150 2008/10/03 17:20:15 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticle.php,v 1.151 2008/10/20 21:40:08 spiderr Exp $ * @package articles * * Copyright( c )2004 bitweaver.org @@ -9,14 +9,14 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: BitArticle.php,v 1.150 2008/10/03 17:20:15 wjames5 Exp $ + * $Id: BitArticle.php,v 1.151 2008/10/20 21:40:08 spiderr Exp $ * * Article class is used when accessing BitArticles. It is based on TikiSample * and builds on core bitweaver functionality, such as the Liberty CMS engine. * * created 2004/8/15 * @author wolffy <wolff_borg@yahoo.com.au> - * @version $Revision: 1.150 $ $Date: 2008/10/03 17:20:15 $ $Author: wjames5 $ + * @version $Revision: 1.151 $ $Date: 2008/10/20 21:40:08 $ $Author: spiderr $ */ /** @@ -67,7 +67,7 @@ class BitArticle extends LibertyMime { // Permission setup $this->mViewContentPerm = 'p_articles_read'; $this->mCreateContentPerm = 'p_articles_submit'; - $this->mEditContentPerm = 'p_articles_edit'; + $this->mUpdateContentPerm = 'p_articles_update'; $this->mAdminContentPerm = 'p_articles_admin'; } |
