diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-20 20:47:12 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-20 20:47:12 +0100 |
commit | 745b0b49924105266380ad17ebfcf665ff1063eb (patch) | |
tree | 76742db5cbaefadca028f24b9543fbb7f364bc72 /system | |
parent | 048a38873f3a638fec4a6da3505c8814b9ef24b2 (diff) | |
parent | 6b0f784f6f69e832e53c064031e48fbf28d76f6b (diff) |
Merge pull request #2896 from ivantcholakov/develop
Method CI_URI::_fetch_uri_string() has been removed.
Diffstat (limited to 'system')
-rw-r--r-- | system/core/URI.php | 1 |
1 files changed, 0 insertions, 1 deletions
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() |