Skip to content

Commit

Permalink
Update helper_views.py
Browse files Browse the repository at this point in the history
See #472
  • Loading branch information
yurj authored Nov 4, 2024
1 parent 104fa6f commit 0674f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/app/multilingual/browser/helper_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def wrapDestination(self, url, postpath=True):
"""
if postpath:
url += self.request.form.get("post_path", "")
return addQuery(self.request, url, exclude=("post_path"))
return addQuery(self.request, url, exclude=("post_path",))

def __call__(self):
url = self.getDestination()
Expand Down

0 comments on commit 0674f94

Please sign in to comment.