[CalendarServer-changes] [7655] CalendarServer/trunk/twistedcaldav/scheduling/scheduler.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 24 12:47:25 PDT 2011


Revision: 7655
          http://trac.macosforge.org/projects/calendarserver/changeset/7655
Author:   sagen at apple.com
Date:     2011-06-24 12:47:23 -0700 (Fri, 24 Jun 2011)
Log Message:
-----------
'CalDAVScheduler' object has no attribute 'originatorPrincipal'

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/scheduling/scheduler.py

Modified: CalendarServer/trunk/twistedcaldav/scheduling/scheduler.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/scheduler.py	2011-06-24 02:00:12 UTC (rev 7654)
+++ CalendarServer/trunk/twistedcaldav/scheduling/scheduler.py	2011-06-24 19:47:23 UTC (rev 7655)
@@ -174,7 +174,7 @@
                 originatorPrincipal = (yield self.request.locateResource(originatorPrincipalURL))
                 if originatorPrincipal:
                     # Pick the canonical CUA:
-                    self.originator = self.originatorPrincipal.canonicalCalendarUserAddress()
+                    self.originator = originatorPrincipal.canonicalCalendarUserAddress()
 
         if not originator:
             log.err("%s request must have Originator" % (self.method,))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110624/50e323ab/attachment.html>


More information about the calendarserver-changes mailing list