summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-01-20 14:49:28 -0500
committerspiderr <spider@viovio.com>2012-01-20 14:49:28 -0500
commit3664b46e812748fbc08d30b8b3b01e3d2029cfdf (patch)
tree0f6d7c46d6eb3323609acc4557a85884e5d1e10b /upload.php
parent7ab4f26644f144c6e1c587f025dc56a2a060960c (diff)
downloadfisheye-3664b46e812748fbc08d30b8b3b01e3d2029cfdf.tar.gz
fisheye-3664b46e812748fbc08d30b8b3b01e3d2029cfdf.tar.bz2
fisheye-3664b46e812748fbc08d30b8b3b01e3d2029cfdf.zip
comment fisheye_show_public_on_upload support in upload.php
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php
index 0c6343a..14357d8 100644
--- a/upload.php
+++ b/upload.php
@@ -49,7 +49,7 @@ $getHash = array(
if( $gBitSystem->isFeatureActive( 'fisheye_show_all_to_admins' ) && $gBitUser->hasPermission( 'p_fisheye_admin' ) ) {
unset( $getHash['user_id'] );
} elseif( $gBitSystem->isFeatureActive( 'fisheye_show_public_on_upload' ) ) {
- $getHash['show_public'] = TRUE;
+// $getHash['show_public'] = TRUE; THis should be handled with a content_status, disabled for now
}
$galleryTree = $gContent->generateList( $getHash, array( 'name' => "gallery_id", 'id' => "gallerylist", 'item_attributes' => array( 'class'=>'listingtitle'), 'radio_checkbox' => TRUE, ), true );