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; }