Thomas Bruederli
2014-04-10 0268829299747ef6f7cc1ee5dac6a3d4e67b2fe4
Append group parameter to attachments set by plugins if not present
1 files modified
2 ■■■ changed files
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -475,7 +475,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 {