diff options
Diffstat (limited to 'system/core/Router.php')
-rwxr-xr-x | system/core/Router.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Router.php b/system/core/Router.php index 5477fed5d..b34911859 100755 --- a/system/core/Router.php +++ b/system/core/Router.php @@ -211,7 +211,6 @@ class CI_Router { * input, and sets the current class/method * * @param array - * @param bool * @return void */ protected function _set_request($segments = array()) |