From: Michael M Slusarz Date: Tue, 25 Nov 2008 03:25:29 +0000 (-0700) Subject: Fix parse error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2cec30cf9d88dbe49ab36e1baa5749b76147c13f;p=horde.git Fix parse error. --- 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. */