You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation method populate the POST array. However I found that this did not work for me until I replaced the loop on line 682 with the below two lines later:
$this->form_validation->set_data($data);
The text was updated successfully, but these errors were encountered:
The validation method populate the POST array. However I found that this did not work for me until I replaced the loop on line 682 with the below two lines later:
$this->form_validation->set_data($data);
The text was updated successfully, but these errors were encountered: