Skip to content

Commit

Permalink
xs:ID too long - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pedersen committed Mar 4, 2011
1 parent e804fcf commit 2b93ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/saml/authrequest.php
Expand Up @@ -3,7 +3,7 @@ class authrequest {
public $user_settings;

public function create() {
$id = $this->generateUniqueID(42);
$id = $this->generateUniqueID(20);
$issue_instant = $this->getTimestamp();

global $const_assertion_consumer_service_url;
Expand Down

0 comments on commit 2b93ecd

Please sign in to comment.