Commit 7d511d9d authored by Chris McDonough's avatar Chris McDonough

Don't pass the user *object* into setStatus, pass the user id.

parent 7be31279
......@@ -245,7 +245,7 @@ class TransactionsManager:
else:
auth_path = '/'.join(auth_folder.getPhysicalPath()[1:-1])
T.setUser(auth_user, auth_path)
T.setUser(auth_user.getId(), auth_path)
zpublisher_transactions_manager = TransactionsManager()
......
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