mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Merge 27dff6fcc7 into 51623ee0da
This commit is contained in:
commit
15bad5e76b
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user