From 73e3a260cfd280f3cfaae27fe97597329eef4b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 27 Jan 2025 11:49:01 +0100 Subject: [PATCH] Update icons.php --- htdocs/admin/tools/ui/components/icons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/tools/ui/components/icons.php b/htdocs/admin/tools/ui/components/icons.php index 8efd07a6bab..e19f5feee13 100644 --- a/htdocs/admin/tools/ui/components/icons.php +++ b/htdocs/admin/tools/ui/components/icons.php @@ -146,7 +146,7 @@ $documentation->showSidebar(); ?> if (!empty($iconData[2])) { $class.= ' fa-'.$iconData[2]; } else { - $class.= ' fa-'.$iconData[0]??''; + $class.= ' fa-'.$iconData[0]; } if (in_array($class, $alreadyDisplay)) {