From 8308a8a189849328d19e9514a7d1013525e2d9b9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Jun 2013 07:19:09 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index a819c6a4..6604213a 100644 --- a/Notify.php +++ b/Notify.php @@ -252,7 +252,7 @@ class Pman_Core_Notify extends Pman foreach($requeue as $p) { $pp = clone($p); - $p->event_when = strtotime($p->event_when . ' + 1 MINUTE'); + $p->act_when = strtotime($p->act_when . ' + 1 MINUTE'); $p->update($pp); } -- 2.39.2