Skip to content

Commit aaea1a9

Browse files
authored
issue #4 + soap client binding parameter: $dst
1 parent ecaa8fe commit aaea1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/attributequery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ function sendQuery($dataId, $url, $nameId, $attributes, $attributeNameFormat,$sr
169169
SimpleSAML_Logger::debug('[attributeaggregator] - sending attribute query: '.var_export($query,1));
170170
$binding = new SAML2_SOAPClient();
171171

172-
$result = $binding->send($query,$src);
172+
$result = $binding->send($query, $src, $dst);
173173
return $result;
174174
}

0 commit comments

Comments
 (0)