mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
Instead of checking the existence of relative_path (without /) anywhere on the url, it really should check that the url only starts with the relative_path. Example ``` relative_path = /forum without / = forum url = /category/forum/5 removeRelativePath = ory/forum/5 ```
8.7 KiB
8.7 KiB