From: Michael J. Rubinsky Date: Fri, 24 Dec 2010 16:13:49 +0000 (-0500) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe5fe797d4f11f20e677083d31232d2e65d21f9e;p=horde.git ws --- diff --git a/framework/Core/lib/Horde/Core/Ajax/Application.php b/framework/Core/lib/Horde/Core/Ajax/Application.php index a549c4454..c952ea3f7 100644 --- a/framework/Core/lib/Horde/Core/Ajax/Application.php +++ b/framework/Core/lib/Horde/Core/Ajax/Application.php @@ -99,7 +99,8 @@ abstract class Horde_Core_Ajax_Application try { return Horde::callHook('ajaxaction', array($this->_action, $this->_vars), $this->_app); } catch (Horde_Exception_HookNotSet $e) { - } catch (Horde_Exception $e) {} + } catch (Horde_Exception $e) { + } throw new Horde_Exception('Handler for action "' . $this->_action . '" does not exist.'); }