getHydraConfig: Allow multiple includes

This commit is contained in:
Shea Levy 2017-04-20 08:00:09 -04:00
parent cc85208fe4
commit 4c26cf0c81

View file

@ -41,6 +41,7 @@ sub getHydraConfig {
if (-f $conf) {
my %h = new Config::General( -ConfigFile => $conf
, -UseApacheInclude => 1
, -IncludeAgain => 1
)->getall;
$hydraConfig = \%h;