From b05575a930cfa0fc81f5d123098ac044dfa30027 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 19 Jul 2009 09:51:47 +0000 Subject: - cleanup --- program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 21cedc336..1d3a3dfe7 100644 --- a/program/steps/mail/compose.inc +++ b/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