[CalendarServer-changes] [10948] CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 18 19:38:28 PDT 2013


Revision: 10948
          http://trac.calendarserver.org//changeset/10948
Author:   gaya at apple.com
Date:     2013-03-18 19:38:28 -0700 (Mon, 18 Mar 2013)
Log Message:
-----------
fix typo in last change

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py	2013-03-19 00:19:31 UTC (rev 10947)
+++ CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py	2013-03-19 02:38:28 UTC (rev 10948)
@@ -660,7 +660,7 @@
                 # We have to re-adjust the property store object to account for possible shared
                 # collections as previously we loaded them all as if they were owned
                 propstore._setDefaultUserUID(ownerHome.uid())
-                yield child._loadPropertyStore(None)
+                yield child._loadPropertyStore(propstore)
                 results.append(child)
 
         returnValue(results)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130318/dccfcde4/attachment.html>


More information about the calendarserver-changes mailing list