From: Jan Schneider Date: Tue, 28 Dec 2010 16:43:33 +0000 (+0100) Subject: Fix variable name (Bug #9476). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=12e91ba384ea8294501bc44d6e3bbc41d57bdfe1;p=horde.git Fix variable name (Bug #9476). --- diff --git a/framework/Mime/lib/Horde/Mime/Mdn.php b/framework/Mime/lib/Horde/Mime/Mdn.php index c67a94045..f3db90b58 100644 --- a/framework/Mime/lib/Horde/Mime/Mdn.php +++ b/framework/Mime/lib/Horde/Mime/Mdn.php @@ -216,7 +216,7 @@ class Horde_Mime_Mdn $part_two_text[] = 'Original-Recipient: rfc822;' . $orig_recip . "\n"; } if ($opts['from_addr']) { - $part_two_text[] = 'Final-Recipient: rfc822;' . $from_addr . "\n"; + $part_two_text[] = 'Final-Recipient: rfc822;' . $opts['from_addr'] . "\n"; } if (!empty($msg_id)) { $part_two_text[] = 'Original-Message-ID: rfc822;' . $msg_id . "\n";