aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-11-06 14:53:07 +0000
committerfrancis <francis>2008-11-06 14:53:07 +0000
commit3d6627cd88e204705e47bb0ac51c82f98377003c (patch)
tree8b6a161108813bdb0d4f896c740143b65429face /app/models/info_request_event.rb
parent9c8f65e7c2cfe4626758856a8817d231eb7639da (diff)
Oops.
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 45fb1c48e..8595e3669 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -21,7 +21,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: info_request_event.rb,v 1.66 2008-11-05 18:19:46 francis Exp $
+# $Id: info_request_event.rb,v 1.67 2008-11-06 14:53:07 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -212,7 +212,7 @@ class InfoRequestEvent < ActiveRecord::Base
"Some information sent"
elsif status == 'successful'
"All information sent"
- elsif status == 'internal review'
+ elsif status == 'internal_review'
"Internal review acknowledgement"
elsif status == 'requires_admin'
"Unusual response"