diff --git a/app.psgi b/app.psgi index 09c4498e3..f57478db6 100644 --- a/app.psgi +++ b/app.psgi @@ -7,7 +7,7 @@ builder { my $first_app; for my $config_file (WebGUI::Paths->siteConfigs) { my $config = WebGUI::Config->new($config_file); - my $psgi = $config->get('psgiFile') || WebGUI::Paths->defaultPsgi; + my $psgi = $config->get('psgiFile') || WebGUI::Paths->defaultPSGI; my $app = do { $ENV{WEBGUI_CONFIG} = $config_file; Plack::Util::load_psgi($psgi);