summaryrefslogtreecommitdiffstats
path: root/lib/SAML2/Message.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SAML2/Message.php')
-rw-r--r--lib/SAML2/Message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SAML2/Message.php b/lib/SAML2/Message.php
index b135eca..b54087e 100644
--- a/lib/SAML2/Message.php
+++ b/lib/SAML2/Message.php
@@ -140,7 +140,7 @@ abstract class SAML2_Message implements SAML2_SignedElement {
$this->destination = $xml->getAttribute('Destination');
}
- $issuer = SAML2_Utils::xpQuery($xml, './saml:Issuer');
+ $issuer = SAML2_Utils::xpQuery($xml, './saml_assertion:Issuer');
if (!empty($issuer)) {
$this->issuer = trim($issuer[0]->textContent);
}