NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 20 Aug 2015 02:33:37 +0000 (10:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Aug 2015 02:33:37 +0000 (10:33 +0800)
NotifySend.php

index 55d0105..f1931d3 100644 (file)
@@ -231,6 +231,7 @@ class Pman_Core_NotifySend extends Pman
         
         if (isset($email['later'])) {
             $old = clone($w);
+            
             $w->act_when = $email['later'];
             $w->update($old);
             $this->errorHandler(date('Y-m-d h:i:s ') . " Delivery postponed by email creator");