diff options
| author | spiderr <spider@viovio.com> | 2011-12-20 02:00:44 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-12-20 02:00:44 -0500 |
| commit | 12923d41dfe731866cb7e7dbd2da6dd7154934a5 (patch) | |
| tree | 3af21a215767f67dcfff922b7930697b3ed55b79 /edit.php | |
| parent | e004890d2cc80efdb9dc66fd1f3e61b0a5b73541 (diff) | |
| download | fisheye-12923d41dfe731866cb7e7dbd2da6dd7154934a5.tar.gz fisheye-12923d41dfe731866cb7e7dbd2da6dd7154934a5.tar.bz2 fisheye-12923d41dfe731866cb7e7dbd2da6dd7154934a5.zip | |
comment out show_public
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,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 = $gContent->generateList( $getHash, array( 'name' => "gallery_id", 'id' => "gallerylist", 'item_attributes' => array( 'class'=>'listingtitle'), 'radio_checkbox' => TRUE, ) ); $gBitSmarty->assign_by_ref( 'galleryTree', $galleryTree ); |
