From: Michael J. Rubinsky Date: Wed, 10 Feb 2010 19:37:54 +0000 (-0500) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3745b59c56a8dcb471743901ae6db870bd491c33;p=horde.git Fix variable name --- diff --git a/kronolith/lib/Ajax/Application.php b/kronolith/lib/Ajax/Application.php index bd4e4424f..4b5f74635 100644 --- a/kronolith/lib/Ajax/Application.php +++ b/kronolith/lib/Ajax/Application.php @@ -187,7 +187,7 @@ class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base return false; } - $event = $kronolith_driver->getEvent($id); + $event = $kronolith_driver->getEvent($vars->id); if (!$event) { $GLOBALS['notification']->push(_("The requested event was not found."), 'horde.error'); return false;