projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ec350
)
Fix debug left-over.
author
Jan Schneider
<jan@horde.org>
Wed, 18 Mar 2009 12:31:16 +0000
(13:31 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 18 Mar 2009 12:31:16 +0000
(13:31 +0100)
kronolith/ajax.php
patch
|
blob
|
history
diff --git
a/kronolith/ajax.php
b/kronolith/ajax.php
index
b69e4d2
..
7f6af04
100644
(file)
--- a/
kronolith/ajax.php
+++ b/
kronolith/ajax.php
@@
-138,7
+138,7
@@
case 'UpdateEvent':
$notification->push($event, 'horde.error');
break;
}
- if ($event) {
+ if (
!
$event) {
$notification->push(_("The requested event was not found."), 'horde.error');
break;
}