From: Leandro Lucarella Date: Sat, 21 Jun 2003 16:18:22 +0000 (+0000) Subject: Fixed a bug in Album. X-Git-Tag: svn_import~41 X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/commitdiff_plain/b05b3ebf5d65178d76a3fdd607d38d12c3a6ce70 Fixed a bug in Album. --- 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'],