For #3741. Manual migration of commits from master to branch through April 22, 2023.

This commit is contained in:
Steve Ireland committed 2023-04-27 21:55:06 -04:00
1 parent 3c931a91e7
commit e7218b2904
5 files changed
+7 -7

No files matched your search

+1 -1
View File
@@ -30,7 +30,7 @@ class Secure_Controller extends BaseController
if(!$this->employee->is_logged_in())
{
return redirect()->to('login');
header("Location:".base_url('login'));
}
$logged_in_employee_info = $this->employee->get_logged_in_employee_info();