From: Jan Schneider Date: Mon, 21 Jun 2010 16:13:06 +0000 (+0200) Subject: This exception is expected. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=001db3314a98e3e7e33262a926bde8f0be672947;p=horde.git This exception is expected. --- diff --git a/kronolith/lib/Ajax/Application.php b/kronolith/lib/Ajax/Application.php index bdaf28235..d965016a5 100644 --- a/kronolith/lib/Ajax/Application.php +++ b/kronolith/lib/Ajax/Application.php @@ -496,7 +496,6 @@ class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base $result->events = $events; } } catch (Horde_Exception_NotFound $e) { - $GLOBALS['notification']->push(_("The requested event was not found."), 'horde.error'); } catch (Exception $e) { $GLOBALS['notification']->push($e, 'horde.error'); }