Skip to content

Commit 0337d6a

Browse files
committedFeb 17, 2012
try running the app instead of calling it.
1 parent 45cf7f8 commit 0337d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/lib/WRE/WebguiDemo.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sub call {
3838
local $ENV{WEBGUI_CONFIG} = $webgui_config;
3939
my $psgi = WebGUI::Paths->defaultPSGI;
4040
my $app = Plack::Util::load_psgi($psgi);
41-
$app->call($env);
41+
return Plack::Util::run_app($app, $env);
4242
}
4343
# Extras can be served from nginx
4444
elsif ($r->uri->path eq "/create") {

0 commit comments

Comments
 (0)
Please sign in to comment.