fix bad capitalization
This commit is contained in:
parent
751023354d
commit
2a3482b1c3
1 changed files with 1 additions and 1 deletions
2
app.psgi
2
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue