diff --git a/system/src/Grav/Common/Uri.php b/system/src/Grav/Common/Uri.php index 0d30d3b07..874902003 100644 --- a/system/src/Grav/Common/Uri.php +++ b/system/src/Grav/Common/Uri.php @@ -221,7 +221,6 @@ class Uri { $this->initializeWithUrl($url); $this->root_path = $root_path; - $this->root = $this->base . $this->root_path; return $this; }