[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/startup.py fix typo

Jean-Francois Roche jfroche at jfroche.be
Mon Oct 18 10:53:25 EDT 2010


Log message for revision 117720:
  fix typo

Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/startup.py

-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/startup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/startup.py	2010-10-18 14:49:14 UTC (rev 117719)
+++ Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/startup.py	2010-10-18 14:53:24 UTC (rev 117720)
@@ -30,7 +30,7 @@
     """Start the queue processing services based on the
        settings in zope.conf"""
     log.info('handling event IDatabaseOpenedEvent')
-    storeDBReference(event)
+    storeDBReference(event.database)
     root_folder = getRootFolder(event)
     startServices(root_folder)
 



More information about the checkins mailing list