diff --git a/wp-gpx-maps_utils_nggallery.php b/wp-gpx-maps_utils_nggallery.php index 014915e..5ff0d43 100644 --- a/wp-gpx-maps_utils_nggallery.php +++ b/wp-gpx-maps_utils_nggallery.php @@ -71,7 +71,7 @@ function getNGGalleryImages( $ngGalleries, $ngImages, $dt, $lat, $lon, $dtoffset $params['display_type'] = NEXTGEN_GALLERY_BASIC_THUMBNAILS; $params['images_per_page'] = 999; /* Salso add js references to get the gallery working */ - $dummy = $renderer->display_images( $params, $inner_content ); + $dummy = $renderer->display_images( $params, '' ); /* START FIX NEXT GEN GALLERY PRO */