From 38648cb7b088e92da4bb8a6ba2eed8d7c035b80b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 12 Feb 2010 18:35:49 +0100 Subject: [PATCH] Fix error with IE and prototype. --- kronolith/lib/Ajax/Application.php | 2 +- kronolith/templates/index/edit.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kronolith/lib/Ajax/Application.php b/kronolith/lib/Ajax/Application.php index 8335797b0..97efe4d04 100644 --- a/kronolith/lib/Ajax/Application.php +++ b/kronolith/lib/Ajax/Application.php @@ -77,7 +77,7 @@ class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base return false; } - $event = $kronolith_driver->getEvent($vars->id); + $event = $kronolith_driver->getEvent($vars->event); if (!$event) { $GLOBALS['notification']->push(_("The requested event was not found."), 'horde.error'); return false; diff --git a/kronolith/templates/index/edit.inc b/kronolith/templates/index/edit.inc index 785aa31a3..876598736 100644 --- a/kronolith/templates/index/edit.inc +++ b/kronolith/templates/index/edit.inc @@ -1,6 +1,6 @@