Removing reference to $inner-content (undefined) (#3)

This commit is contained in:
Eric van der Vlist 2020-05-11 09:44:21 +02:00
parent ea4ab7d1e5
commit 981af6c421
1 changed files with 1 additions and 1 deletions

View File

@ -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 */