register-approval
Christophe Maudoux 6 years ago
parent 11a537d2fa
commit 32126c4aca
  1. 1
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CheckUser.pm

@ -401,6 +401,7 @@ sub _authorization {
if ( $vh eq $vhost ) {
$exist = 1;
$self->logger->debug("VirtualHost: $vh found in Conf");
$req->env->{REQUEST_URI} = $appuri;
last;
}
}

Loading…
Cancel
Save