aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-17 10:53:25 +0000
committerfrancis <francis>2008-04-17 10:53:25 +0000
commite890f76f3971ecd5b329e1b53417a0c83b52327a (patch)
treeced3e802f2a68d37b384b6a8b4665460711798e2 /app/models/info_request.rb
parent71a4e5bc9ad299337681043454b6f17841ef6186 (diff)
Hmm
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r--app/models/info_request.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb
index 3fada2321..d19f7f208 100644
--- a/app/models/info_request.rb
+++ b/app/models/info_request.rb
@@ -22,7 +22,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: info_request.rb,v 1.90 2008-04-17 10:50:47 francis Exp $
+# $Id: info_request.rb,v 1.91 2008-04-17 10:53:25 francis Exp $
require 'digest/sha1'
@@ -283,7 +283,7 @@ public
event.last_described_at = Time.now()
event.save!
end
- if event.last_described_at.nil?
+ if event.last_described_at.nil? # XXX actually maybe this isn't needed
event.last_described_at = Time.now()
event.save!
end