@@ -219,7 +219,7 @@ |
||
219 | 219 | if (!empty($this->pdf)) { |
220 | 220 | $this->mail->addStringAttachment( |
221 | 221 | $this->pdf, |
222 | - $this->fields->id. '.pdf', |
|
222 | + $this->fields->id . '.pdf', |
|
223 | 223 | 'base64', |
224 | 224 | 'application/pdf' |
225 | 225 | ); |