summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/libraries/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 0d41b0a99..3a35f498a 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -194,7 +194,7 @@ class CI_Input {
* @param bool
* @return string
*/
- function post($index = '', $xss_clean = FALSE)
+ function get($index = '', $xss_clean = FALSE)
{
if ( ! isset($_GET[$index]))
{