[CalendarServer-changes] [7730] CalendarServer/trunk/twistedcaldav/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 7 03:54:41 PDT 2011


Revision: 7730
          http://trac.macosforge.org/projects/calendarserver/changeset/7730
Author:   glyph at apple.com
Date:     2011-07-07 03:54:40 -0700 (Thu, 07 Jul 2011)
Log Message:
-----------
Oops.  Got that check backwards.

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

Modified: CalendarServer/trunk/twistedcaldav/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/resource.py	2011-07-07 09:56:02 UTC (rev 7729)
+++ CalendarServer/trunk/twistedcaldav/resource.py	2011-07-07 10:54:40 UTC (rev 7730)
@@ -2075,7 +2075,7 @@
 
         @return: a C{True} if this resource has quota root, C{False} otherwise.
         """
-        return self._newStoreHome.quotaAllowedBytes() is None
+        return self._newStoreHome.quotaAllowedBytes() is not None
 
 
     def quotaRoot(self, request):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110707/40081665/attachment.html>


More information about the calendarserver-changes mailing list