Skip to content

Commit

Permalink
Config->new in this branch needs the WebGUI root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jun 14, 2010
1 parent 025eafa commit 746ba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/WebGUI/Test.pm
Expand Up @@ -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;
}

Expand Down

0 comments on commit 746ba98

Please sign in to comment.