getHydraConfig: Allow multiple includes
This commit is contained in:
parent
cc85208fe4
commit
4c26cf0c81
|
@ -41,6 +41,7 @@ sub getHydraConfig {
|
||||||
if (-f $conf) {
|
if (-f $conf) {
|
||||||
my %h = new Config::General( -ConfigFile => $conf
|
my %h = new Config::General( -ConfigFile => $conf
|
||||||
, -UseApacheInclude => 1
|
, -UseApacheInclude => 1
|
||||||
|
, -IncludeAgain => 1
|
||||||
)->getall;
|
)->getall;
|
||||||
|
|
||||||
$hydraConfig = \%h;
|
$hydraConfig = \%h;
|
||||||
|
|
Loading…
Reference in a new issue