From b05b3ebf5d65178d76a3fdd607d38d12c3a6ce70 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 21 Jun 2003 16:18:22 +0000 Subject: [PATCH 1/1] Fixed a bug in Album. --- src/BIFE/Album.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BIFE/Album.php b/src/BIFE/Album.php index bc67f77..a98c716 100644 --- a/src/BIFE/Album.php +++ b/src/BIFE/Album.php @@ -109,8 +109,6 @@ class BIFE_Album extends BIFE_Widget { if (is_null($photo['THUMB'])) { $photo['THUMB'] = $this->makeThumb($photo['FILE']); } - $link->addContents($template->parse('item', $photo)); - $out_cell = $link->render($template); $photo['URL'] = BIFE_Link::getURL( array( 'BIFE' => $this->attrs['LINK-BIFE'], -- 2.43.0