Cleaned Up ask module for master

This commit is contained in:
saurabhbhatia 2013-08-27 14:28:18 +08:00
parent 1ebda22f0e
commit b20955579e
1 changed files with 0 additions and 1 deletions

View File

@ -42,6 +42,5 @@ class Panel::Ask::FrontEnd::AskQuestionsController < OrbitWidgetController
@frontend_style = @item.frontend_style
end
@item = Page.find(params[:page_id]) rescue nil
>>>>>>> a4fa967... Fix mailing redirect
end
end