From 210c66de21d0c1d1eed9888f2ef7b4ad94ca3c7e Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 9 Nov 2014 15:12:44 -0700 Subject: [PATCH] url public --- system/src/Grav/Common/Uri.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Uri.php b/system/src/Grav/Common/Uri.php index 05c264a8e..4dbdb14d0 100644 --- a/system/src/Grav/Common/Uri.php +++ b/system/src/Grav/Common/Uri.php @@ -9,6 +9,8 @@ namespace Grav\Common; */ class Uri { + public $url; + protected $base; protected $root; protected $bits; @@ -17,7 +19,6 @@ class Uri protected $content_path; protected $path; protected $paths; - protected $url; protected $query; protected $params;