mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
4e7929abb6
We were throwing ArgumentError in UrlHelper.normalised_encode, but it was incorrect -- we were passing ArgumentError.new 2 arguments which is not supported. Fix this and have a hint of which URL is causing the issue for debugging.