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 #521

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

Copy from PR #520 which was for the wrong branch

GenPage commented 8 years ago

Thank you for the PR, but going to merge #552. Keep up the good work!