[CalendarServer-changes] [228] CalendarServer/trunk/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 2 19:50:26 PDT 2006


Revision: 228
          http://trac.macosforge.org/projects/calendarserver/changeset/228
Author:   wsanchez at apple.com
Date:     2006-10-02 19:50:25 -0700 (Mon, 02 Oct 2006)

Log Message:
-----------
Don't use private ivar from superclass.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/static.py

Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py	2006-10-03 01:48:59 UTC (rev 227)
+++ CalendarServer/trunk/twistedcaldav/static.py	2006-10-03 02:50:25 UTC (rev 228)
@@ -907,7 +907,7 @@
 
             child_fp.open("w").close()
 
-        return CalendarPrincipalFile(child_fp.path, joinURL(self._url, name))
+        return CalendarPrincipalFile(child_fp.path, joinURL(self.principalCollectionURL(), name))
 
     def principalSearchPropertySet(self):
         """

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061002/1994a94d/attachment.html


More information about the calendarserver-changes mailing list