diff options
| author | spiderr <spider@viovio.com> | 2012-01-20 14:49:28 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-01-20 14:49:28 -0500 |
| commit | 3664b46e812748fbc08d30b8b3b01e3d2029cfdf (patch) | |
| tree | 0f6d7c46d6eb3323609acc4557a85884e5d1e10b /upload.php | |
| parent | 7ab4f26644f144c6e1c587f025dc56a2a060960c (diff) | |
| download | fisheye-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |
