aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-03-15 15:21:07 +1100
committerHenare Degan <henare.degan@gmail.com>2013-03-15 15:21:07 +1100
commit25a2d162261f727bf899520181255f60062410a8 (patch)
tree0e8102b09b59cc5f809299a5ca622141bde2aef2 /app/controllers/request_controller.rb
parentd348cbf1de3d10818e4994c04f842c15bb333b99 (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.rb2
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'