[CalendarServer-changes] [6740] CalendarServer/trunk/twistedcaldav/cache.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 15 13:02:03 PST 2011


Revision: 6740
          http://trac.macosforge.org/projects/calendarserver/changeset/6740
Author:   cdaboo at apple.com
Date:     2011-01-15 13:01:57 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
Fix 500 when notifications are off.

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

Modified: CalendarServer/trunk/twistedcaldav/cache.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/cache.py	2011-01-15 20:39:22 UTC (rev 6739)
+++ CalendarServer/trunk/twistedcaldav/cache.py	2011-01-15 21:01:57 UTC (rev 6740)
@@ -364,3 +364,6 @@
 
     def clone(self, label="default", id=None):
         return self
+
+    def getID(self, label="default"):
+        return None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110115/a55ad78d/attachment.html>


More information about the calendarserver-changes mailing list