diff --git a/src/Controller/StateUsersController.php b/src/Controller/StateUsersController.php index 6dce235d0..871e666f1 100644 --- a/src/Controller/StateUsersController.php +++ b/src/Controller/StateUsersController.php @@ -210,10 +210,11 @@ class StateUsersController extends AppController } else { $this->Flash->error(__('Something was invalid, please try again!')); } - $timeUsed = microtime(true) - $startTime; + $this->set('finalUserEntrys', $finalUserEntrys); - $this->set('timeUsed', $timeUsed); } + $timeUsed = microtime(true) - $startTime; + $this->set('timeUsed', $timeUsed); } /** diff --git a/src/Template/StateUsers/search.ctp b/src/Template/StateUsers/search.ctp index 5f49cc4be..b51b6d128 100644 --- a/src/Template/StateUsers/search.ctp +++ b/src/Template/StateUsers/search.ctp @@ -67,7 +67,7 @@ $this->loadHelper('Form', [ - +