From 2cec30cf9d88dbe49ab36e1baa5749b76147c13f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 24 Nov 2008 20:25:29 -0700 Subject: [PATCH] Fix parse error. --- imp/view.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/imp/view.php b/imp/view.php index 775608306..9165815d3 100644 --- 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. */ -- 2.11.0