From b6c5c15431d841727d9511cb3d5df57054869944 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 13 Aug 2009 13:32:41 +0200 Subject: [PATCH] Fix typo --- include/lassospkit_saml_common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lassospkit_saml_common.inc.php b/include/lassospkit_saml_common.inc.php index 8895886..89dab4d 100644 --- a/include/lassospkit_saml_common.inc.php +++ b/include/lassospkit_saml_common.inc.php @@ -392,7 +392,7 @@ class LassoSPKitSAMLCommon { public function saveFederation(LassoProfile $profile) { LassoSPKitHelper::saveFederation($profile, $this->session); if ($profile->nameIdentifier) { - $this->nameID = LassoSPKitHelper::prileGetNameID($profile); + $this->nameID = LassoSPKitHelper::profileGetNameID($profile); } return 0; }