Skip to content
Snippets Groups Projects
Commit 74cf4820 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Bugfix. Thanks to Boy Baukema for reporting issue #578.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3284 44740490-163a-0410-bde0-09ae8108e29a
parent ca898153
No related branches found
No related tags found
No related merge requests found
......@@ -663,6 +663,8 @@ class SAML2_Assertion implements SAML2_SignedElement {
public function decryptAttributes($key, array $blacklist = array()){
$firstAttribute = TRUE;
if($this->encryptedAttribute === null){
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment