remove code trying to prevent caching of config objects
This commit is contained in:
parent
e530222d49
commit
894385396c
4 changed files with 7 additions and 7 deletions
|
|
@ -272,7 +272,7 @@ sub config {
|
|||
return $config
|
||||
if $config;
|
||||
require WebGUI::Config;
|
||||
$config = WebGUI::Config->new($CLASS->file, 1);
|
||||
$config = WebGUI::Config->new($CLASS->file);
|
||||
return $config;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue