@@ -89,7 +89,7 @@ |
||
89 | 89 | ; |
90 | 90 | $data['attachments'] = []; |
91 | 91 | foreach ($object->getAttachments() as $file) { |
92 | - $data['attachments'][] = $this->serverUrl . $file->getUri(); |
|
92 | + $data['attachments'][] = $this->serverUrl . $file->getUri(); |
|
93 | 93 | } |
94 | 94 | |
95 | 95 | unset( |