DataObjects/Core_enum.php
[Pman.Core] / 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),