Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pedersen committed Mar 8, 2011
1 parent 057c5ce commit 83e0237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/saml/authrequest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Onelogin::Saml
class Authrequest
def create(settings, params = {})
uuid = "_".UUID.new.generate
uuid = "_" + UUID.new.generate
time = Time.now.utc.strftime("%Y-%m-%dT%H:%M:%SZ")

request =
Expand Down

0 comments on commit 83e0237

Please sign in to comment.