From: Jan Schneider Date: Fri, 30 Jan 2009 00:22:15 +0000 (+0100) Subject: MFB: Fix typo (Bug #7911). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=acaf24888a23d55653e50f058f25157962530c5f;p=horde.git MFB: Fix typo (Bug #7911). --- diff --git a/imp/compose.php b/imp/compose.php index 8752a7db9..72881f1d9 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -879,7 +879,7 @@ if ($redirect) { case 'forward': case 'forward_all': case 'forward_body': - case 'forward_attachment': + case 'forward_attachments': $reply_type = 'forward'; break; } diff --git a/imp/docs/CHANGES b/imp/docs/CHANGES index 7af3711d7..752a6d4a6 100644 --- a/imp/docs/CHANGES +++ b/imp/docs/CHANGES @@ -50,7 +50,7 @@ v5.0-git v4.3.4-cvs ---------- - +[jan] Fix logging of messages forwarded with attachments (Bug #7911). ------