Fix variable name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Feb 2010 19:37:54 +0000 (14:37 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Feb 2010 19:37:54 +0000 (14:37 -0500)
kronolith/lib/Ajax/Application.php

index bd4e442..4b5f746 100644 (file)
@@ -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;