Bare skeleton wouldn't compile. Needed $session declared in view method

This commit is contained in:
Nik Ogura 2007-03-29 21:32:07 +00:00
parent c70bf5c256
commit 0c1a2e10b4

View file

@ -154,7 +154,8 @@ to be displayed within the page style.
sub view {
my $self = shift;
my $session = $self->session;
#This automatically creates template variables for all of your wobject's properties.
my $var = $self->get;