projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55b741
)
Fix browse().
author
Jan Schneider
<jan@horde.org>
Mon, 5 Oct 2009 17:16:40 +0000
(19:16 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 5 Oct 2009 17:16:40 +0000
(19:16 +0200)
kronolith/lib/Api.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Api.php
b/kronolith/lib/Api.php
index
1a996ff
..
7916d01
100644
(file)
--- a/
kronolith/lib/Api.php
+++ b/
kronolith/lib/Api.php
@@
-224,7
+224,7
@@
class Kronolith_Api extends Horde_Registry_Api
if (count($parts) == 3 &&
array_key_exists($parts[1], Kronolith::listCalendars(false, PERMS_READ))) {
// This request is for a specific item within a given calendar.
- $event = Kronolith::get
Calenda
r(null, $parts[1])->getEvent($parts[2]);
+ $event = Kronolith::get
Drive
r(null, $parts[1])->getEvent($parts[2]);
if (is_a($event, 'PEAR_Error')) {
return $event;
}