Skip to content

Commit

Permalink
Fixed: Wrong variable assigned to #6
Browse files Browse the repository at this point in the history
  • Loading branch information
northway committed Sep 23, 2019
1 parent 3f78cb0 commit 20457e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shibboleth.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function authenticate(&$id, &$username, &$realname, &$email, &$errorMessa
$temporaryUserId = $user->getId();

if ($temporaryUserId !== 0) {
$id = $mId;
$id = $temporaryUserId;
}

return true;
Expand Down

0 comments on commit 20457e6

Please sign in to comment.