diff options
Diffstat (limited to 'includes/gallery_lookup_inc.php')
| -rwxr-xr-x | includes/gallery_lookup_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gallery_lookup_inc.php b/includes/gallery_lookup_inc.php index eca8188..28d652a 100755 --- a/includes/gallery_lookup_inc.php +++ b/includes/gallery_lookup_inc.php @@ -12,7 +12,7 @@ $lookup = []; if( !$gContent = FisheyeGallery::lookup( $_REQUEST ) ) { $gContent = new FisheyeGallery(); $galleryId = null; -} +} if( !empty( $_REQUEST['gallery_path'] ) ) { $gContent->setGalleryPath( $_REQUEST['gallery_path'] ); |
