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

index a819c6a..6604213 100644 (file)
@@ -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);
             
         }