projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0492dfb
)
Fix method name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 3 Sep 2009 18:27:34 +0000
(14:27 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:50 +0000
(16:53 -0400)
kronolith/attendees.php
patch
|
blob
|
history
diff --git
a/kronolith/attendees.php
b/kronolith/attendees.php
index
d48314b
..
e36a37d
100644
(file)
--- a/
kronolith/attendees.php
+++ b/
kronolith/attendees.php
@@
-250,7
+250,7
@@
foreach ($attendees as $email => $status) {
// Add Free/Busy for resources
foreach ($resources as $r_id => $resource) {
- $r = Kronolith
_Resource
::getResource($r_id);
+ $r = Kronolith::getResource($r_id);
$vfb = $r->getFreeBusy(null, null, true);
$attendee_view->addResourceMember($vfb);
}