Skip to content

Commit

Permalink
Fixed function reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Youch committed Apr 2, 2010
1 parent 95b21f3 commit 9083989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/content/core_feature/email_target_connect.rb
Expand Up @@ -79,7 +79,7 @@ def webform(form, result)
module ContentTypeMethods
def email_target_connect_update
if update_data = self.email_target_connect
self.class.email_target_connect_update(update_data, self)
ContentTypeMethods.email_target_connect_update(update_data, self)
end
end

Expand Down

0 comments on commit 9083989

Please sign in to comment.