Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 03:14:03 +0000 (11:14 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 03:14:03 +0000 (11:14 +0800)
Notify.php

index d98da9f..258033a 100644 (file)
@@ -251,7 +251,7 @@ class Pman_Core_Notify extends Pman
         
         foreach($requeue as $p) {
             $pp = clone($p);
-            $p->event_when = strtotime($p->event_when ' + 1 MINUTE');
+            $p->event_when = strtotime($p->event_when .  ' + 1 MINUTE');
             $p->update($pp);
             
         }