summaryrefslogtreecommitdiff
path: root/includes/gallery_lookup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gallery_lookup_inc.php')
-rwxr-xr-xincludes/gallery_lookup_inc.php2
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'] );