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

Martijn Pieters mj at zopatista.com
Mon Mar 26 14:38:21 EDT 2007


Log message for revision 73645:
  Add missing REQUEST parameter

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/App/ApplicationManager.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/App/ApplicationManager.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/App/ApplicationManager.py	2007-03-26 18:37:41 UTC (rev 73644)
+++ Zope/branches/Zope-2_8-branch/lib/python/App/ApplicationManager.py	2007-03-26 18:38:21 UTC (rev 73645)
@@ -386,7 +386,7 @@
 
     if os.environ.has_key('ZMANAGED'):
         manage_restartable=1
-        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