TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

Fix 404 on mod version deletion #520

Closed sjennison closed 8 years ago

sjennison commented 8 years ago

to() removes the trailing slash, causing this line to generate 404 urls (/mod/delete-version3), for example.

Forcibly adding the trailing slash fixes the 404 and fixes issue #503

sjennison commented 8 years ago

Sorry, I'm pull requesting the wrong branch. Do you want me to delete this one and PR dev instead?

/me is an idiot and forgot to read CONTRIBUTING.md

GenPage commented 8 years ago

@sjennison Yes please, its alright. Thank you for the PR :+1:

sjennison commented 8 years ago

Done :)

No problem - figured I'd help out since I found the issue :)