Skip to content

Commit

Permalink
xd:ID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pedersen committed Mar 7, 2011
1 parent 2b93ecd commit d580c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/saml/authrequest.php
Expand Up @@ -30,7 +30,7 @@ private function generateUniqueID($length) {
$uniqueID = "";
for ($i = 0; $i < $length; $i++)
$uniqueID .= substr($chars,rand(0,15),1);
return $uniqueID;
return "_".$uniqueID;
}

private function getTimestamp() {
Expand Down

0 comments on commit d580c75

Please sign in to comment.