diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-13 08:20:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-13 08:20:30 +0000 |
| commit | c39d008ec66c5c528f63f760083f7c6d253395db (patch) | |
| tree | 1131eedfbecc11fcdb239f9afc04dc356809d70b /plugins/vcard_attachments | |
| parent | 255033a27f13b7d6ffbd0e1079301949d792f185 (diff) | |
- Use storage object
git-svn-id: https://svn.roundcube.net/trunk@5764 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments')
| -rw-r--r-- | plugins/vcard_attachments/vcard_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vcard_attachments/vcard_attachments.php b/plugins/vcard_attachments/vcard_attachments.php index 3fb3bf9ad..2e79053cb 100644 --- a/plugins/vcard_attachments/vcard_attachments.php +++ b/plugins/vcard_attachments/vcard_attachments.php @@ -117,7 +117,7 @@ class vcard_attachments extends rcube_plugin if ($uid && $mime_id) { list($mime_id, $index) = explode(':', $mime_id); - $part = $rcmail->imap->get_message_part($uid, $mime_id); + $part = $rcmail->storage->get_message_part($uid, $mime_id); } $error_msg = $this->gettext('vcardsavefailed'); |
