Commit 3f0742d4 authored by Michel Pelletier's avatar Michel Pelletier

fixed missing REQUEST in method signature

parent cbce798c
......@@ -102,7 +102,7 @@ class CatalogAware:
manage_editCatalogerForm=HTMLFile('editCatalogerForm', globals())
def manage_editCataloger(self, default):
def manage_editCataloger(self, default, REQUEST):
""" """
self.default_catalog=default
message = "Your changes have been saved"
......
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