Url: Fix incorrect line indentation in method getAbsoluteUrl

refs #12133
This commit is contained in:
Noah Hilverling 2016-10-17 10:16:03 +02:00
parent 9439dfa8f3
commit 2439460371
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ class Url
$basePath = $this->getBasePath();
if (!$basePath) {
$basePath = '/';
$basePath = '/';
}
if (!$this->isExternal()) {
return $basePath . ($basePath !== '/' && $path ? '/' : '') . $path;