Commit 6b7ec33a authored by Martijn Pieters's avatar Martijn Pieters

Add missing REQUEST parameter

parent 6f4f2552
......@@ -389,7 +389,7 @@ class ApplicationManager(Folder,CacheManager):
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()
......
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