diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-19 19:21:06 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-19 19:21:06 +0200 |
commit | ad4750509885ad5bb368fc308f86d8c06d45b15c (patch) | |
tree | 8133d8ffdceb9877c3125175a20e8dcb79cea59c /system/core/Router.php | |
parent | 71ac7e699f587ee479893d16521ea59570bd319f (diff) |
Normalize comments in core files
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()) |