From: Ben Klang Date: Tue, 9 Mar 2010 04:15:05 +0000 (-0500) Subject: trailing ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=07222d005471ce365523412b8d3242c5ed50e5e0;p=horde.git trailing ws --- diff --git a/shout/lib/Ajax/Application.php b/shout/lib/Ajax/Application.php index a5f50acea..1a6584287 100644 --- a/shout/lib/Ajax/Application.php +++ b/shout/lib/Ajax/Application.php @@ -165,7 +165,7 @@ class Shout_Ajax_Application extends Horde_Ajax_Application_Base $form->renderActive(null, null, 'javascript:saveAction()'); $output = ob_get_flush(); return $output; - + } catch (Exception $e) { //FIXME: Create a way to notify the user of the failure. Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);