Bare skeleton wouldn't compile. Needed $session declared in view method
This commit is contained in:
parent
c70bf5c256
commit
0c1a2e10b4
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue