From f03dca085013f095131f20da3fd5a5cf705f4845 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 7 Jan 2025 07:15:47 +0100 Subject: [PATCH] Show also for newly created Admins --- application/controllers/Dashboard.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php index af5f6f7fd..191ce2046 100644 --- a/application/controllers/Dashboard.php +++ b/application/controllers/Dashboard.php @@ -150,8 +150,7 @@ class Dashboard extends CI_Controller $data['is_first_login'] = $show_fl_wiz; $data['firstloginwizard'] = ''; - if ($this->session->userdata('user_type') != 99 && // Don't show to Admin - $this->session->userdata('impersonate') == 0 && // Don't show to impersonated user + if ($this->session->userdata('impersonate') == 0 && // Don't show to impersonated user $this->session->userdata('clubstation') == 0 && // Don't show to Clubstation $data['is_first_login']) { // Don't show if already done