Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
opencongress committed Aug 23, 2011
1 parent 259f16b commit 0fb6648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/formageddon/formageddon_contact_step.rb
Expand Up @@ -95,7 +95,7 @@ def execute(browser, options = {})

if ff.value == 'email' and
not Formageddon::configuration.reply_domain.nil? and
not formageddon.use_real_email_address?
not formageddon_form.use_real_email_address?
field.value = "formageddon+#{letter.formageddon_thread.id}@#{Formageddon::configuration.reply_domain}"
elsif ff.value == 'want_response'
if field.kind_of?(Mechanize::Form::SelectList)
Expand Down

0 comments on commit 0fb6648

Please sign in to comment.