From: Michael M Slusarz Date: Thu, 15 Jan 2009 05:15:04 +0000 (-0700) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e654fc82f7eca3900e25df25b46a8e1965c6f1b1;p=horde.git Fix variable name --- diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index a9d880cb1..89996a4e2 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -299,7 +299,7 @@ class IMP_Compose $skip = (intval($text_id) == 1) ? array('skip' => array(1)) : array(); - $this->attachFilesFromMessage($contents, (intval($text_id) === 1) ? array('notify' => true, 'skip' => array($alt_key)) : array()); + $this->attachFilesFromMessage($contents, (intval($text_id) === 1) ? array('notify' => true, 'skip' => $skip) : array()); } $identity_id = null;