a couple of bug fixes
This commit is contained in:
parent
e1a3cd0adb
commit
f7dc0a8604
2 changed files with 4 additions and 11 deletions
|
|
@ -786,7 +786,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{macros}{RandomThread}{RandomThread};
|
||||
$newConfig{macros}{RandomThread} = "RandomThread";
|
||||
$newConfig{gateway} = "/";
|
||||
$conf->purge;
|
||||
$conf->set(%newConfig);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue