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

index cc2f464..fed4eae 100644 (file)
@@ -233,7 +233,7 @@ class Pman_Core_NotifySend extends Pman
             $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 to $email['later']");
+            $this->errorHandler(date('Y-m-d h:i:s ') . " Delivery postponed by email creator to {$email['later']}");
         }