fix frontend ask_category error

This commit is contained in:
thomaschen 2013-09-11 16:46:56 +08:00 committed by Matt K. Fu
parent c361a7a201
commit 580be0b34b
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ class Panel::Ask::BackEnd::AskRepliesController < OrbitBackendController
params[:school][:depts].each do |dns|
send_request(dns, @ask_question, @ask_reply)
end unless params[:school].nil?
redirect_to panel_ask_back_end_ask_questions_path, notice: t('ask.reply_success')
end