projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3983e00
)
This exception is expected.
author
Jan Schneider
<jan@horde.org>
Mon, 21 Jun 2010 16:13:06 +0000
(18:13 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 21 Jun 2010 16:13:06 +0000
(18:13 +0200)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
bdaf282
..
d965016
100644
(file)
--- 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');
}