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

index f1931d3..55d0105 100644 (file)
@@ -231,7 +231,6 @@ 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");