X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Notify.php;h=82c11edaa24889c7be0f070a08884498f41067a0;hp=c66f6a2cfeccc96b49e530224f33d3ee9d1757b6;hb=364bf88baa60470769c089edf7bdc0ec32a81ed4;hpb=518a0c90a9669550c096651e7e2652c685e56517 diff --git a/Notify.php b/Notify.php index c66f6a2c..82c11eda 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($p->act_when . ' + 1 MINUTE'); + $p->act_when = strtotime('NOW + 1 MINUTE');// $p->sqlValue('NOW + INTERVAL 1 MINUTE'); $p->update($pp); }