Test Husky pre-commit hook.
This commit is contained in:
parent
c8962b3f16
commit
b76a107076
|
@ -13,6 +13,7 @@ class Form extends CI_Controller
|
|||
parent::__construct();
|
||||
$this->load->model('Form_model');
|
||||
}
|
||||
|
||||
public function submit()
|
||||
{
|
||||
if (!$this->session->userdata('logged_in')) {
|
||||
|
|
Loading…
Reference in New Issue