From 981af6c4216ea7bd2ef70aea92fa8c56f518f24e Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Mon, 11 May 2020 09:44:21 +0200 Subject: [PATCH] Removing reference to $inner-content (undefined) (#3) --- 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 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 */