Browse Source

added request::is.

Taylor Otwell 14 years ago
parent
commit
7f06e0f4cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/request.php

+ 1 - 1
system/request.php

@@ -7,7 +7,7 @@ class Request {
 	 *
 	 * @var string
 	 */
-	private static $uri;
+	public static $uri;
 
 	/**
 	 * Get the request URI.