]> git.llucax.com Git - software/bife/bife-all.git/commitdiff
Fixed a bug in Album.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 21 Jun 2003 16:18:22 +0000 (16:18 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 21 Jun 2003 16:18:22 +0000 (16:18 +0000)
src/BIFE/Album.php

index bc67f771f77abdf8b3b4f6155eeb835ff984c952..a98c716214ad8343e45eb91db4a4b3655f8e1d31 100644 (file)
@@ -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'],