value is getting overridden so not needed here

This commit is contained in:
Andy Miller
2016-01-31 19:05:15 -07:00
parent 5abb4060f3
commit 0ddfd4c546

View File

@@ -221,7 +221,6 @@ class Uri
{
$this->initializeWithUrl($url);
$this->root_path = $root_path;
$this->root = $this->base . $this->root_path;
return $this;
}