Typo in buildPortalWSDL (Lemonldap-473)

This commit is contained in:
François-Xavier Deltombe 2012-06-12 15:52:52 +00:00
parent 21617d55e6
commit 2259b4bddd

View File

@ -18,7 +18,7 @@ my $cookieList = join "\n",
my $attrList = join "\n",
map { "<element name='$_' type='xsd:string' nillable='true'></element>" }
$portal->attributeList;
$portal->exportedAttr;
print <<EOT;
<?xml version="1.0" encoding="UTF-8"?>