Skip to content

Commit 36035e3

Browse files
committedFeb 10, 2012
Fix a missing object arg stack shift.
1 parent 6e80518 commit 36035e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎wre/lib/WRE/WebguiDemo.pm

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use Plack::Util::Accessor qw/wre_config/;
2525

2626
#-------------------------------------------------------------------
2727
sub call {
28+
my $self = shift;
2829
my $env = shift;
2930
my $config = WRE::Config->new;
3031
$self->wre_config($config);

0 commit comments

Comments
 (0)
Please sign in to comment.