Meant update, not copy

This commit is contained in:
Joseph Schorr 2014-01-24 20:33:42 -05:00
parent 9650c1867b
commit c18212f477

View file

@ -19,7 +19,7 @@ def abort(status_code, message=None, **kwargs):
DEFAULT_MESSAGE.get(status_code, ''))
params = dict(request.view_args)
params.copy(kwargs)
params.update(kwargs)
# Add the user information.
auth_user = get_authenticated_user()