correct syntax on Core module

This commit is contained in:
Eric German 2007-09-24 13:32:11 +00:00
parent 3f1337f66d
commit a6077277ad
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ my $host= $param{'host'};
my $target= $param{'target'};
return Lemonldap::Handlers::Html->get('html' => $html ,
'host' => $host,
'uri' => $uri,
'target' => $target,
'config' => $config,
'https' =>$env,);