[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/App/ApplicationManager.py Add missing REQUEST parameter

Martijn Pieters mj at zopatista.com
Mon Mar 26 14:36:59 EDT 2007


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()



More information about the Zope-Checkins mailing list