Log message for revision 73643:
  Add missing REQUEST parameter

Changed:
  U   Zope/branches/2.10/lib/python/App/ApplicationManager.py

-=-
Modified: Zope/branches/2.10/lib/python/App/ApplicationManager.py
===================================================================
--- Zope/branches/2.10/lib/python/App/ApplicationManager.py     2007-03-26 
18:35:51 UTC (rev 73642)
+++ Zope/branches/2.10/lib/python/App/ApplicationManager.py     2007-03-26 
18:36:58 UTC (rev 73643)
@@ -390,7 +390,7 @@
     if os.environ.has_key('ZMANAGED'):
         manage_restartable=1
         @postonly
-        def manage_restart(self, URL1):
+        def manage_restart(self, URL1, REQUEST=None):
             """Shut down the application"""
             try:
                 user = '"%s"' % getSecurityManager().getUser().getUserName()

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to