This commit is contained in:
Benjamin Dauvergne 2009-08-13 13:32:41 +02:00
parent 57d19f94a6
commit b6c5c15431
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}