fixing typo

This commit is contained in:
JT Smith 2005-12-01 06:28:38 +00:00
parent c3acc50381
commit ff6fa1c893

View file

@ -763,7 +763,7 @@ sub updateConfigFile {
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::StockData") unless isIn("WebGUI::Asset::Wobject::StockData",@{$newConfig{assets}});
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::WeatherData") unless isIn("WebGUI::Asset::Wobject::WeatherData",@{$newConfig{assets}});
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::MultiSearch") unless isIn("WebGUI::Asset::Wobject::MultiSearch",@{$newConfig{assets}});
$newConfig{location} = "/";
$newConfig{gateway} = "/";
$conf->purge;
$conf->set(%newConfig);
$conf->write;