GalleryFile handles its own template

This commit is contained in:
Doug Bell 2011-05-27 16:15:24 -05:00
parent 538dc2a862
commit 2751e4fe93

View file

@ -657,7 +657,6 @@ Prepare the template to be used for the C<view> method.
sub prepareView {
my $self = shift;
$self->SUPER::prepareView();
my $template
= WebGUI::Asset::Template->newById($self->session, $self->getGallery->templateIdViewFile);