ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 16:13:49 +0000 (11:13 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 17:04:49 +0000 (12:04 -0500)
framework/Core/lib/Horde/Core/Ajax/Application.php

index a549c44..c952ea3 100644 (file)
@@ -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.');
     }