Strip forward slashes in UiHelperTrait::buildUrl().
1 unresolved thread
Closes #3440424
Merge request reports
Activity
300 300 $length = strlen($base_path); 301 301 if (substr($path, 0, $length) === $base_path) { 302 302 $path = substr($path, $length); 303 // Additionally strip any forward slashes. 304 if (strlen($path) > 1) { 305 $path = ltrim($path, '/'); 306 } 303 307 } - Comment on lines 301 to 303
- Resolved by Alex Pott
added 9 commits
-
4cad580a...82d325ee - 6 commits from branch
project:11.x
- 308d827c - Merge branch '11.x' into 3440424-inconsistent-behaviour-with
- 0a39b00c - Revert performance test changes
- 54a50a0b - Add a test
Toggle commit list-
4cad580a...82d325ee - 6 commits from branch
Please register or sign in to reply