Revision: 3165
Author:   jaim...@gmail.com
Date:     Thu Sep 20 03:18:45 2012
Log:      Fixed typo in modules/saml/lib/Message.php, addSign().
http://code.google.com/p/simplesamlphp/source/detail?r=3165

Modified:
 /trunk/modules/saml/lib/Message.php

=======================================
--- /trunk/modules/saml/lib/Message.php Thu Sep 20 02:12:13 2012
+++ /trunk/modules/saml/lib/Message.php Thu Sep 20 03:18:45 2012
@@ -21,7 +21,7 @@

                $keyArray = SimpleSAML_Utilities::loadPrivateKey($srcMetadata, 
TRUE);
                $certArray = SimpleSAML_Utilities::loadPublicKey($srcMetadata, 
FALSE);
- $ = $srcMetadata->getString('signature.algorithm', XMLSecurityKey::RSA_SHA1); + $algo = $srcMetadata->getString('signature.algorithm', XMLSecurityKey::RSA_SHA1);

                $privateKey = new XMLSecurityKey($algo, array('type' => 
'private'));
                if (array_key_exists('password', $keyArray)) {

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to