Aleksander Machniak
2014-04-10 6b6d49313d6ccae2ce82145d8df3fe6840b7ed20
program/steps/mail/compose.inc
@@ -487,7 +487,7 @@
        foreach ($plugin['attachments'] as $attach) {
            // we have structured data
            if (is_array($attach)) {
                $attachment = $attach;
                $attachment = $attach + array('group' => $COMPOSE_ID);
            }
            // only a file path is given
            else {