]> BookStack Code Mirror - bookstack/commit
Fixed sort urls with no params not building full path
authorDan Brown <redacted>
Thu, 27 Apr 2023 12:47:49 +0000 (13:47 +0100)
committerDan Brown <redacted>
Thu, 27 Apr 2023 12:49:22 +0000 (13:49 +0100)
commit647ce6c237457aa69135ca80849b8ef0fdfc5b7a
tree7199bcdd548802466f7454fb2605eeaac6bd53f3
parent607da7310925087bba93fd5b178739e5a2be7c66
Fixed sort urls with no params not building full path

The provided partial path would be return which may not resolve to the
full URL when used on systems like those hosting BookStack on a
sub-path.
Fixes #4201
app/helpers.php