Skip to content
Snippets Groups Projects
Commit c9ef19a8 authored by Olav Morken's avatar Olav Morken
Browse files

Utilities::loadPublicKey: Fix certFingerprint handling

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@942 44740490-163a-0410-bde0-09ae8108e29a
parent 69116c46
No related branches found
No related tags found
No related merge requests found
......@@ -1468,7 +1468,7 @@ class SimpleSAML_Utilities {
/* We can't build a full certificate from a fingerprint, and may as well
* return an array with only the fingerprint(s) immediately.
*/
return array('certFingerprint' => $fp);
return array('certFingerprint' => $fps);
} else {
/* No public key/certificate available. */
......
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