This exception is expected.
authorJan Schneider <jan@horde.org>
Mon, 21 Jun 2010 16:13:06 +0000 (18:13 +0200)
committerJan Schneider <jan@horde.org>
Mon, 21 Jun 2010 16:13:06 +0000 (18:13 +0200)
kronolith/lib/Ajax/Application.php

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