From 746163f7df10b56403bbecf6d72f65ddc1549fbf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Jul 2013 19:54:54 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index bdf3b76a..1271eee8 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -150,7 +150,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject break; case 'FAILED'; - $this->whereAdd('msg_id = '' AND event_id > 0 '); + $this->whereAdd("msg_id = '' AND event_id > 0 act_when < NOW()"); break; case 'PENDING'; -- 2.39.2