From 75ff32ac2d215b6f78d65a83b34e8f73b168c5e1 Mon Sep 17 00:00:00 2001 From: RameshT Date: Fri, 2 Aug 2024 17:54:05 +0530 Subject: [PATCH] Test Husky pre-commit hook. --- application/controllers/Forms.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/Forms.php b/application/controllers/Forms.php index 2a3cc5c..f0cd063 100644 --- a/application/controllers/Forms.php +++ b/application/controllers/Forms.php @@ -10,6 +10,9 @@ class Forms extends CI_Controller // If not logged in, redirect to login page redirect('users/login'); } + + + // Load the model that handles the form data $this->load->model('preview_model');