projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c53ff
)
Kronolith_Event#getId() is no longer a function, use the id property directly
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 18 Dec 2009 18:36:48 +0000
(13:36 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 18 Dec 2009 18:36:48 +0000
(13:36 -0500)
kronolith/lib/Resource/Single.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Resource/Single.php
b/kronolith/lib/Resource/Single.php
index
4a62831
..
8c142c5
100644
(file)
--- a/
kronolith/lib/Resource/Single.php
+++ b/
kronolith/lib/Resource/Single.php
@@
-112,7
+112,7
@@
class Kronolith_Resource_Single extends Kronolith_Resource_Base
// Event will only be in the calendar if it's been accepted. This error
// should never happen, but put it here as a safeguard for now.
if (!($re instanceof PEAR_Error)) {
- $driver->deleteEvent($re->
getId()
);
+ $driver->deleteEvent($re->
id
);
}
}