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]))

 		{