From 92199e31ddeaa7861d3a13fd6de3ee0058d9b15b Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 19 Jul 2009 09:51:47 +0000 Subject: - cleanup git-svn-id: https://svn.roundcube.net/trunk@2768 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 21cedc336..1d3a3dfe7 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -672,7 +672,7 @@ function rcmail_save_attachment(&$message, $pid) $attachment = rcmail::get_instance()->plugins->exec_hook('save_attachment', $attachment); if ($attachment['status']) { - unset($attachment['data'], $attachment['status']); + unset($attachment['data'], $attachment['status'], $attachment['content_id']); return $attachment; } else if ($path) { @unlink($path); -- cgit v1.2.3