Commit 169e3a5b authored by Martijn Pieters's avatar Martijn Pieters

Add missing REQUEST parameter

parent 021c06cc
...@@ -390,7 +390,7 @@ class ApplicationManager(Folder,CacheManager): ...@@ -390,7 +390,7 @@ class ApplicationManager(Folder,CacheManager):
if os.environ.has_key('ZMANAGED'): if os.environ.has_key('ZMANAGED'):
manage_restartable=1 manage_restartable=1
@postonly @postonly
def manage_restart(self, URL1): def manage_restart(self, URL1, REQUEST=None):
"""Shut down the application""" """Shut down the application"""
try: try:
user = '"%s"' % getSecurityManager().getUser().getUserName() user = '"%s"' % getSecurityManager().getUser().getUserName()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment