From 2f54b21f30275fd9bd7413a0ba7c84f6f582482e Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Fri, 10 Nov 2006 16:39:49 +0000 Subject: make public gallery display during file upload optional --- upload.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'upload.php') diff --git a/upload.php b/upload.php index 2320b73..8b18675 100644 --- a/upload.php +++ b/upload.php @@ -1,6 +1,6 @@ 'title_asc', 'show_empty' => TRUE, ); +if( $gBitSystem->isFeatureActive( 'fisheye_show_public_on_upload' ) ) { + $listHash['show_public'] = TRUE; +} $galleryList = $gFisheyeGallery->getList( $listHash ); $gBitSmarty->assign_by_ref( 'galleryList', $galleryList['data'] ); -- cgit v1.3