From d495e5c2827249d2ecd5822d424e7b34f10895ce Mon Sep 17 00:00:00 2001 From: mgaoVA <16783916+mgaoVA@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:31:46 -0400 Subject: [PATCH 1/2] empUID not used? --- LEAF_Nexus/api/controllers/EmployeeController.php | 2 +- LEAF_Nexus/templates/view_employee.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LEAF_Nexus/api/controllers/EmployeeController.php b/LEAF_Nexus/api/controllers/EmployeeController.php index 8c2dbbc37..0f8c8547b 100644 --- a/LEAF_Nexus/api/controllers/EmployeeController.php +++ b/LEAF_Nexus/api/controllers/EmployeeController.php @@ -69,7 +69,7 @@ public function post($act) }); - $this->index['POST']->register('employee/refresh/[text]/[digit]', function ($args) use ($employee, $national_db) { + $this->index['POST']->register('employee/refresh/[text]', function ($args) use ($employee, $national_db) { if (!$national_db) { $return_value = $employee->refresh($args[0]); } else { diff --git a/LEAF_Nexus/templates/view_employee.tpl b/LEAF_Nexus/templates/view_employee.tpl index 5d704f395..fc6208e9e 100644 --- a/LEAF_Nexus/templates/view_employee.tpl +++ b/LEAF_Nexus/templates/view_employee.tpl @@ -1,7 +1,7 @@