Skip to content

Commit

Permalink
Finish transition to locally created response, instead of reponse obj…
Browse files Browse the repository at this point in the history
…ects stored in $self.
  • Loading branch information
perlDreamer committed Feb 13, 2012
1 parent 9d737a7 commit 11028b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/lib/WRE/WebguiDemo.pm
Expand Up @@ -71,7 +71,7 @@ sub prompt_demo {
#-------------------------------------------------------------------
sub create_demo {
my $self = shift;
my $response = $self->response();
my $response = Plack::Response->new();
my $config = $self->wre_config;
my $now = time();
my $demo = $config->get("demo");
Expand Down

0 comments on commit 11028b8

Please sign in to comment.