Fix another empty hash (#1439)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent eac34d8ff0
commit 66b81ac277
  1. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm

@ -383,7 +383,7 @@ sub postUrlInit {
foreach my $vhost ( keys %{ $conf->{post} } ) {
# Browse all POST URI
foreach my $url ( keys %{ $conf->{post}->{$vhost} } ) {
foreach my $url ( keys %{ $conf->{post}->{$vhost} || {} } ) {
my $d = $conf->{post}->{$vhost}->{$url};
$class->logger->debug("Compiling POST data for $url");

Loading…
Cancel
Save