Config->new in this branch needs the WebGUI root directory.
This commit is contained in:
parent
025eafaf80
commit
746ba98ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ sub config {
|
|||
return $config
|
||||
if $config;
|
||||
require WebGUI::Config;
|
||||
$config = WebGUI::Config->new($CLASS->file, 1);
|
||||
$config = WebGUI::Config->new($CLASS->root, $CLASS->file, 1);
|
||||
return $config;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue