diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-15 15:21:07 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-15 15:21:07 +1100 |
commit | 25a2d162261f727bf899520181255f60062410a8 (patch) | |
tree | 0e8102b09b59cc5f809299a5ca622141bde2aef2 /app/controllers/request_controller.rb | |
parent | d348cbf1de3d10818e4994c04f842c15bb333b99 (diff) |
Whoever said don't sweat the small stuff obviously never messed up a merge and missed changing variable scope
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index e69147b0b..6012576bf 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -437,7 +437,7 @@ class RequestController < ApplicationController return end - calculated_status = @info_request.calculate_status + calculated_status = info_request.calculate_status # Display advice for requester on what to do next, as appropriate flash[:notice] = case info_request.calculate_status when 'waiting_response' |