From 5dc22db2f2b647b52c561239610bdd0568044717 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 2 Jul 2025 08:20:58 +0200 Subject: [PATCH] Handle empty user type --- application/views/user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/user/index.php b/application/views/user/index.php index b9a9e713d..0906bd3d9 100644 --- a/application/views/user/index.php +++ b/application/views/user/index.php @@ -53,7 +53,7 @@ config->item('auth_level'); - echo $l[$row->user_type]; + echo $l[$row->user_type] ?? ''; ?>