From 0ddfd4c5461487cbfebc03faeb87c8fb056af78d Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 31 Jan 2016 19:05:15 -0700 Subject: [PATCH] value is getting overridden so not needed here --- system/src/Grav/Common/Uri.php | 1 - 1 file changed, 1 deletion(-) 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; }