use ROUTER::ABSOLUTE_URL by default

This commit is contained in:
Manuel Raynaud
2013-09-11 11:03:35 +02:00
parent 557940c5cf
commit e2a5ee90ff
3 changed files with 2 additions and 3 deletions

View File

@@ -90,7 +90,6 @@ class URL
$schemeAuthority = "$scheme://$host"."$port";
}
return $schemeAuthority.$this->requestContext->getBaseUrl();
}