summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2011-12-20 02:00:44 -0500
committerspiderr <spider@viovio.com>2011-12-20 02:00:44 -0500
commit12923d41dfe731866cb7e7dbd2da6dd7154934a5 (patch)
tree3af21a215767f67dcfff922b7930697b3ed55b79 /edit.php
parente004890d2cc80efdb9dc66fd1f3e61b0a5b73541 (diff)
downloadfisheye-12923d41dfe731866cb7e7dbd2da6dd7154934a5.tar.gz
fisheye-12923d41dfe731866cb7e7dbd2da6dd7154934a5.tar.bz2
fisheye-12923d41dfe731866cb7e7dbd2da6dd7154934a5.zip
comment out show_public
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 9ce687d..d5c41e2 100644
--- a/edit.php
+++ b/edit.php
@@ -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 );