mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
parent
3a8d504384
commit
2af7bd97a3
@ -145,7 +145,7 @@ class Controller
|
|||||||
$url = Request::path();
|
$url = Request::path();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($url)) {
|
if (trim($url) === '') {
|
||||||
$url = '/';
|
$url = '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user