diff options
| author | spiderr <spider@viovio.com> | 2012-01-27 21:30:07 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-01-27 21:30:07 -0500 |
| commit | ce7788e2ccfb4c05a6ec3d6cbfad5cc9d2f63533 (patch) | |
| tree | b23b650ea2059f6c76701bf8d0b517ecce1ca609 /edit_image.php | |
| parent | 3664b46e812748fbc08d30b8b3b01e3d2029cfdf (diff) | |
| download | fisheye-ce7788e2ccfb4c05a6ec3d6cbfad5cc9d2f63533.tar.gz fisheye-ce7788e2ccfb4c05a6ec3d6cbfad5cc9d2f63533.tar.bz2 fisheye-ce7788e2ccfb4c05a6ec3d6cbfad5cc9d2f63533.zip | |
comment out show_public settings
Diffstat (limited to 'edit_image.php')
| -rw-r--r-- | edit_image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_image.php b/edit_image.php index 2c1f8fd..e8b0d55 100644 --- a/edit_image.php +++ b/edit_image.php @@ -136,7 +136,7 @@ if( $gContent->mContentId ) { 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; } $galleryTree = $gFisheyeGallery->generateList( $getHash, array( 'name' => "gallery_id", 'id' => "gallerylist", 'item_attributes' => array( 'class'=>'listingtitle'), 'radio_checkbox' => TRUE, ), true ); $gBitSmarty->assign_by_ref( 'galleryTree', $galleryTree ); |
