Fixing #4 (regression)

This commit is contained in:
Eric van der Vlist 2025-03-21 15:05:09 +01:00
parent 26b2ee612f
commit 8dcf31ec29
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function getNGGalleryImages( $ngGalleries, $ngImages, $dt, $lat, $lon, $dtoffset
/* END FIX NEXT GEN GALLERY 2.x */ /* END FIX NEXT GEN GALLERY 2.x */
} catch ( Exception $e ) { } catch ( Exception $e ) {
$error .= 'Error When Retrieving NextGen Gallery galleries/images: $e <br />'; // $error .= "Error When Retrieving NextGen Gallery galleries/images: $e <br />";
} }
return $result; return $result;
} }