From: Jan Schneider Date: Wed, 18 Mar 2009 12:31:16 +0000 (+0100) Subject: Fix debug left-over. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=af31c9ec6d08e603844dcd31696bfc2d0ff0a9b9;p=horde.git Fix debug left-over. --- diff --git a/kronolith/ajax.php b/kronolith/ajax.php index b69e4d236..7f6af041a 100644 --- 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; }