projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6798a5
)
Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Jan 2009 05:15:04 +0000
(22:15 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Jan 2009 06:01:01 +0000
(23:01 -0700)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
a9d880c
..
89996a4
100644
(file)
--- 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;