From 8dcf31ec29decfad9d52bc3cbe8ea4b9290032d4 Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Fri, 21 Mar 2025 15:05:09 +0100 Subject: [PATCH] Fixing #4 (regression) --- wp-gpx-maps-utils-nggallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-gpx-maps-utils-nggallery.php b/wp-gpx-maps-utils-nggallery.php index ab67292..52912b1 100644 --- a/wp-gpx-maps-utils-nggallery.php +++ b/wp-gpx-maps-utils-nggallery.php @@ -116,7 +116,7 @@ function getNGGalleryImages( $ngGalleries, $ngImages, $dt, $lat, $lon, $dtoffset /* END FIX NEXT GEN GALLERY 2.x */ } catch ( Exception $e ) { - $error .= 'Error When Retrieving NextGen Gallery galleries/images: $e
'; + // $error .= "Error When Retrieving NextGen Gallery galleries/images: $e
"; } return $result; }