Renderer: always preserve config property

This commit is contained in:
Thomas Gelf 2016-12-09 14:50:19 +01:00
parent f382102cfc
commit 8ef7bdbfb4

View file

@ -181,7 +181,7 @@ abstract class Renderer extends Html
*/
public function setBaseUrl(Url $url)
{
$this->baseUrl = $url->without(array('config', 'node', 'path'));
$this->baseUrl = $url->without(array('node', 'path'));
return $this;
}