diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-04-16 20:54:38 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-04-16 20:54:38 +0100 |
commit | 2cca449f78116aa02072e2e6c5036f63c2ec962b (patch) | |
tree | ba06e0f8d59a50847b5a7827f07b603e9793aa68 /lib/mauve/alert_changed.rb | |
parent | ccd064ab3e7e140e851f84e9d1e7f3b987c7b9d1 (diff) |
Added time-fixation when processing "during" clauses, I think.
Diffstat (limited to 'lib/mauve/alert_changed.rb')
-rw-r--r-- | lib/mauve/alert_changed.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/alert_changed.rb b/lib/mauve/alert_changed.rb index 9b2bea4..7cfdb76 100644 --- a/lib/mauve/alert_changed.rb +++ b/lib/mauve/alert_changed.rb @@ -98,7 +98,7 @@ module Mauve return save end - alert_group.notify(alert) + alert_group.notify(alert, Time.now) # # Need to make sure this reminder is cleared. # |