diff options
author | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:06:09 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:06:09 +0200 |
commit | 8b9aa179047643668446ca454461a3ef34b3d228 (patch) | |
tree | a62e83f31b91c25deb365578aa119acbe27e6c8c /system/core | |
parent | a5779d0a9ad598da8647e033ef8d88c3ac81fa02 (diff) |
Remove extra new lines
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Input.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php index 18406fe43..f6213c34e 100644 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -209,7 +209,6 @@ class CI_Input { return $this->_fetch_from_array($_POST, $index, $xss_clean); } - // -------------------------------------------------------------------- /** |