summary refs log tree commit
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2011-03-18 10:20:14 -0500
committerJoshua Peek <josh@joshpeek.com>2011-03-18 10:20:14 -0500
commit397dc1ee58cec2e405b140247737b5b381556984 (patch)
tree52f8ef0b2b265e424f9600e8095e8b371e05b9b3
parentb7a08718f71a333ece8e830cc9808ce75e645886 (diff)
parent81b4ce3e281dc5b6a2138251f4d14ef30f3ee025 (diff)
downloadrack-397dc1ee58cec2e405b140247737b5b381556984.tar.gz
Merge branch 'safe-md5-params' of https://github.com/rkh/rack into rkh-safe-md5-params
-rw-r--r--lib/rack/auth/digest/params.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/auth/digest/params.rb b/lib/rack/auth/digest/params.rb
index 08c519ca..f35a7bab 100644
--- a/lib/rack/auth/digest/params.rb
+++ b/lib/rack/auth/digest/params.rb
@@ -21,7 +21,7 @@ module Rack
         end
 
         def initialize
-          super
+          super()
 
           yield self if block_given?
         end