summaryrefslogtreecommitdiff
path: root/FisheyeGallery.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-10-08 16:50:05 +0000
committerChristian Fowler <spider@viovio.com>2006-10-08 16:50:05 +0000
commita68e4597b6daaaf6c60b1d0051eec673dcd99d28 (patch)
tree881eb4e76c5426384960345a8bb4f03d585f3a39 /FisheyeGallery.php
parentf91f62911b4131e8bc76a4a4e6273dadf06c2a18 (diff)
downloadfisheye-a68e4597b6daaaf6c60b1d0051eec673dcd99d28.tar.gz
fisheye-a68e4597b6daaaf6c60b1d0051eec673dcd99d28.tar.bz2
fisheye-a68e4597b6daaaf6c60b1d0051eec673dcd99d28.zip
add proper admin perms
Diffstat (limited to 'FisheyeGallery.php')
-rw-r--r--FisheyeGallery.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php
index e3d9830..09627fe 100644
--- a/FisheyeGallery.php
+++ b/FisheyeGallery.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.40 2006/10/06 20:44:38 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.41 2006/10/08 16:50:05 spiderr Exp $
* @package fisheye
*/
@@ -30,6 +30,7 @@ class FisheyeGallery extends FisheyeBase {
$this->mGalleryId = (int)$pGalleryId; // Set member variables according to the parameters we were passed
$this->mContentId = (int)$pContentId; // liberty_content.content_id which this gallery references
$this->mItems = NULL; // Assume no images (if $pAutoLoad is TRUE we will populate this array later)
+ $this->mAdminContentPerm = 'p_fisheye_admin';
// This registers the content type for FishEye galleries
// FYI: Any class which uses a table which inherits from liberty_content should create their own content type(s)