diff --git a/src/Symfony/Component/DomCrawler/AbstractUriElement.php b/src/Symfony/Component/DomCrawler/AbstractUriElement.php index 4e31b38af6..2afc822c57 100644 --- a/src/Symfony/Component/DomCrawler/AbstractUriElement.php +++ b/src/Symfony/Component/DomCrawler/AbstractUriElement.php @@ -80,7 +80,7 @@ abstract class AbstractUriElement */ public function getUri() { - return UriExpander::expand($this->getRawUri(), $this->currentUri); + return UriResolver::resolve($this->getRawUri(), $this->currentUri); } /**