Test Husky pre-commit hook.
This commit is contained in:
parent
376e1d0344
commit
f31bf6e2d2
|
@ -36,8 +36,6 @@ class Form extends CI_Controller
|
|||
$data['title'] = $this->Form_model->get_form_title($form_id);
|
||||
if ($data['title'] === null) {
|
||||
show_404(); // Show 404 if form_id is invalid
|
||||
}
|
||||
|
||||
$this->load->view('templates/forms_ui', $data);
|
||||
}$this->load->view('templates/forms_ui', $data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue