Skip to content

Fixes null to false conversion in basic_post

Craig Smith requested to merge patch/null_to_false_issue_post into master

convert this->input->post to this->post

  • this->input->post converts null's to falses in the system (via api)
  • this->post does not.

Merge request reports