projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b774c1
)
Fix parse error.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 03:25:29 +0000
(20:25 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 03:25:29 +0000
(20:25 -0700)
imp/view.php
patch
|
blob
|
history
diff --git
a/imp/view.php
b/imp/view.php
index
7756083
..
9165815
100644
(file)
--- a/
imp/view.php
+++ b/
imp/view.php
@@
-59,9
+59,6
@@
if ($actionID == 'compose_attach_preview') {
/* Initialize the IMP_Compose:: object. */
$imp_compose = &IMP_Compose::singleton(Util::getFormData('composeCache'));
$mime = $imp_compose->buildAttachment($id);
- if (empty($mime, 'PEAR_Error')) {
- Horde::fatal('Could not load attachment', __FILE__, __LINE__);
- }
/* Create a dummy IMP_Contents() object so we can use the view code below.
* Then use the 'view_attach' handler to output. */