projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b39f7d
)
No setter for uid anymore, set the property directly.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 18 Dec 2009 16:28:59 +0000
(11:28 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 18 Dec 2009 16:28:59 +0000
(11:28 -0500)
kronolith/lib/Event/Resource.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event/Resource.php
b/kronolith/lib/Event/Resource.php
index
dbaf8b6
..
9cbfd5d
100644
(file)
--- a/
kronolith/lib/Event/Resource.php
+++ b/
kronolith/lib/Event/Resource.php
@@
-46,7
+46,7
@@
class Kronolith_Event_Resource extends Kronolith_Event
$this->title = $driver->convertFromDriver($SQLEvent['event_title']);
$this->id = $SQLEvent['event_id'];
- $this->
setUID($SQLEvent['event_uid'])
;
+ $this->
uid = $SQLEvent['event_uid']
;
$this->creator = $SQLEvent['event_creator_id'];
if (!empty($SQLEvent['event_recurtype'])) {