DataObjects/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 5 Nov 2015 05:16:28 +0000 (13:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Nov 2015 05:16:28 +0000 (13:16 +0800)
DataObjects/Core_email.php

index 0af222c..a026695 100644 (file)
@@ -462,7 +462,7 @@ Content-Transfer-Encoding: 7bit
                 continue;
             }
             
-            $images["attachment-$i->id"] = array(
+            $images["attachment-{$i->id}"] = array(
                 'file' => $i->getStoreName(),
                 'mimetype' => $i->mimetype,
                 'ext' => $y->toExt($i->mimetype),