Skip to content

Commit

Permalink
Fix "generate_init_params"
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed May 9, 2008
1 parent 1135bd5 commit fe548d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/plugins/silverline/lib/controller/base.rb
Expand Up @@ -112,7 +112,7 @@ def http_host
end

def generate_init_params(options)
options.collect { |k,v| value << "#{k.to_s}=#{v.to_s}" }.join(", ")
options.collect { |k,v| "#{k.to_s}=#{v.to_s}" }.join(", ")
end

def public_xap_file
Expand Down

0 comments on commit fe548d3

Please sign in to comment.