diff --git a/app/controllers/admin/asks_controller.rb b/app/controllers/admin/asks_controller.rb index 45ff165..d0101eb 100644 --- a/app/controllers/admin/asks_controller.rb +++ b/app/controllers/admin/asks_controller.rb @@ -393,7 +393,7 @@ class Admin::AsksController < OrbitAdminController end @ask_question.update_attributes(temp_params) - if @ask_question.send_email? + if @ask_question.send_email build_email(@ask_question) end @@ -424,8 +424,6 @@ class Admin::AsksController < OrbitAdminController "reply" => email_er.reply } ) - - OrbitMailer.set_mail(email_er.email).deliver end def export