Fix variable name
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 05:15:04 +0000 (22:15 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 06:01:01 +0000 (23:01 -0700)
imp/lib/Compose.php

index a9d880c..89996a4 100644 (file)
@@ -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;