diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-09 17:05:15 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-09 17:05:15 +0100 |
commit | 39cf220fcd2955faae798623164efc48a10b8417 (patch) | |
tree | 2128acd6141dee68e7247299c86ce481da0dadb2 /lib/mauve/alert_changed.rb | |
parent | 8d60bca4c43e386f74e44206fa6eb369e5fe5aae (diff) | |
parent | 196b337a02f959a431a4bb7c443ed116e4e291f3 (diff) |
merge
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 0e0d257..2e3ac7d 100644 --- a/lib/mauve/alert_changed.rb +++ b/lib/mauve/alert_changed.rb @@ -71,7 +71,7 @@ module Mauve def remind unless alert.is_a?(Alert) logger.info "#{self.inspect} lost alert #{alert_id}. Killing self." - destroy! + destroy return false end |