This commit is contained in:
Vilius Šumskas 2024-05-08 12:35:25 +01:00 committed by GitHub
commit 15bad5e76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,8 +205,8 @@ class Uri
// set active language
$uri = $language->setActiveFromUri($uri);
// split the URL and params (and make sure that the path isn't seen as domain)
$bits = parse_url('http://domain.com' . $uri);
// split the URL and params
$bits = parse_url($uri);
//process fragment
if (isset($bits['fragment'])) {