Changeset 6021 in subversion
- Timestamp:
- Mar 16, 2012 4:23:53 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/get.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/get.inc
r5787 r6021 86 86 // allow post-processing of the message body 87 87 $plugin = $RCMAIL->plugins->exec_hook('message_part_get', 88 array(' id' => $part->mime_id, 'mimetype' => $mimetype, 'part' => $part, 'download' => !empty($_GET['_download'])));88 array('uid' => $MESSAGE->uid, 'id' => $part->mime_id, 'mimetype' => $mimetype, 'part' => $part, 'download' => !empty($_GET['_download']))); 89 89 90 90 if ($plugin['abort'])
Note: See TracChangeset
for help on using the changeset viewer.
