From 6b0f784f6f69e832e53c064031e48fbf28d76f6b Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Thu, 20 Feb 2014 21:31:24 +0200 Subject: Method CI_URI::_fetch_uri_string() has been removed, removal of reference. --- system/core/URI.php | 1 - 1 file changed, 1 deletion(-) (limited to 'system/core/URI.php') diff --git a/system/core/URI.php b/system/core/URI.php index 15d6263be..5f5a9ce42 100644 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -181,7 +181,6 @@ class CI_URI { * Will parse REQUEST_URI and automatically detect the URI from it, * while fixing the query string if necessary. * - * @used-by CI_URI::_fetch_uri_string() * @return string */ protected function _parse_request_uri() -- cgit v1.2.3-24-g4f1b