From 3a68a896276ce4af091f7bd776ec2837b57648a6 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Jun 2013 20:32:33 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 82c11eda..2fa4af86 100644 --- a/Notify.php +++ b/Notify.php @@ -260,7 +260,7 @@ class Pman_Core_Notify extends Pman foreach($requeue as $p) { $pp = clone($p); - $p->act_when = strtotime('NOW + 1 MINUTE');// $p->sqlValue('NOW + INTERVAL 1 MINUTE'); + $p->act_when = $p->sqlValue('NOW + INTERVAL 1 MINUTE'); $p->update($pp); } -- 2.39.2