Notify.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 Jun 2013 23:36:43 +0000 (07:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 Jun 2013 23:36:43 +0000 (07:36 +0800)
Notify.php

index c66f6a2..82c11ed 100644 (file)
@@ -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);
             
         }