Revision
1440
Author
cdaboo@apple.com
Date
2007-04-01 20:32:30 -0700 (Sun, 01 Apr 2007)

Log Message

Fix some bugs.

Modified Paths

Diff

Modified: CalendarServer/branches/users/cdaboo/fast-multiget-1425/twistedcaldav/method/report_calquery.py (1439 => 1440)


--- CalendarServer/branches/users/cdaboo/fast-multiget-1425/twistedcaldav/method/report_calquery.py	2007-03-30 20:38:32 UTC (rev 1439)
+++ CalendarServer/branches/users/cdaboo/fast-multiget-1425/twistedcaldav/method/report_calquery.py	2007-04-02 03:32:30 UTC (rev 1440)
@@ -156,7 +156,7 @@
                   
                 # Now determine which valid resources are readable and which are not
                 ok_resources = []
-                d = self.findChildrenFaster(
+                d = calresource.findChildrenFaster(
                     "1",
                     request,
                     lambda x, y: ok_resources.append((x, y)),
@@ -178,7 +178,7 @@
                     else:
                         calendar = None
                     
-                    d = waitForDeferred(queryCalendarObjectResource(child, child_uri, child_name, calendar, query_ok = index_query_ok))
+                    d = waitForDeferred(queryCalendarObjectResource(child, uri, child_name, calendar, query_ok = index_query_ok))
                     yield d
                     d.getResult()
         else: