Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
plugins/vcard_attachments/vcard_attachments.php
@@ -65,7 +65,7 @@
        $attach_script = false;
        foreach ($this->vcard_parts as $part) {
            $vcards = rcube_vcard::import($this->message->get_part_content($part, null, true));
            $vcards = rcube_vcard::import($this->message->get_part_body($part, true));
            // successfully parsed vcards?
            if (empty($vcards)) {