Commit b224ea6d authored by Martijn Pieters's avatar Martijn Pieters

Add missing REQUEST parameter

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