projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66edebe
)
Fix variable name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Feb 2010 19:37:54 +0000
(14:37 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Feb 2010 19:37:54 +0000
(14:37 -0500)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
bd4e442
..
4b5f746
100644
(file)
--- 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;