Removing reference to $inner-content (undefined) (#3)
This commit is contained in:
parent
ea4ab7d1e5
commit
981af6c421
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue