Skip to content

Commit 6af8bf7

Browse files
committed
#
1 parent effd953 commit 6af8bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Test extends CI_Controller
8484
*/
8585
public function task()
8686
{
87-
$data = $this->input->post(); // as you see, params worked like normally post data
87+
$data = $this->input->post(); // as you see, params worked like normally post data
8888

8989
log_message('info', var_export($data, true));
9090
}

0 commit comments

Comments
 (0)