Url: Fix incorrect line indentation in method getAbsoluteUrl
refs #12133
This commit is contained in:
parent
9439dfa8f3
commit
2439460371
|
@ -562,7 +562,7 @@ class Url
|
|||
|
||||
$basePath = $this->getBasePath();
|
||||
if (!$basePath) {
|
||||
$basePath = '/';
|
||||
$basePath = '/';
|
||||
}
|
||||
if (!$this->isExternal()) {
|
||||
return $basePath . ($basePath !== '/' && $path ? '/' : '') . $path;
|
||||
|
|
Loading…
Reference in New Issue