From: Michael J. Rubinsky Date: Thu, 10 Dec 2009 19:05:54 +0000 (-0500) Subject: define the $images array before we assign to it X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b93252f6c8c24372cbf7ef6f12eac199429a8574;p=horde.git define the $images array before we assign to it --- diff --git a/ansel/lib/View/EmbeddedRenderer/GalleryLink.php b/ansel/lib/View/EmbeddedRenderer/GalleryLink.php index ced12c246..f289c0e99 100644 --- a/ansel/lib/View/EmbeddedRenderer/GalleryLink.php +++ b/ansel/lib/View/EmbeddedRenderer/GalleryLink.php @@ -51,6 +51,7 @@ class Ansel_View_EmbeddedRenderer_GalleryLink extends Ansel_View_Gallery 'thumb' : $this->_params['thumbsize']; + $images = array(); foreach ($galleries as $identifier) { try { if ($haveSlugs) {