Skip to content

Commit

Permalink
No longer needed to explicitly pass the session defaults as the error…
Browse files Browse the repository at this point in the history
… screen was removed

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@118 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Dec 12, 2004
1 parent 6b284b8 commit 912a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/dispatches/dispatch.fcgi
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ require File.dirname(__FILE__) + "/../config/environment"
require 'dispatcher'
require 'fcgi'

FCGI.each_cgi { |cgi| Dispatcher.dispatch(cgi, Dispatcher::DEFAULT_SESSION_OPTIONS) }
FCGI.each_cgi { |cgi| Dispatcher.dispatch(cgi) }

0 comments on commit 912a567

Please sign in to comment.