commit | 87d1eeb9e1f5678c78e06c3a685fb3aa1a88ece3 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu Mar 01 13:20:43 2007 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu Mar 01 13:20:43 2007 +0000 |
tree | cb80ad3057cc60e04b05fcfea68ff113efa7da1d | |
parent | 090b2f7f2e9109b8cf03a3f64d520b50da4fc57a [diff] [blame] |
function post() duplicated, changed the second to function get()
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 0d41b0a..3a35f49 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php
@@ -194,7 +194,7 @@ * @param bool * @return string */ - function post($index = '', $xss_clean = FALSE) + function get($index = '', $xss_clean = FALSE) { if ( ! isset($_GET[$index])) {