From 42e59c93709cedbc67573c75c6848d11a11efde5 Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Tue, 9 Sep 2025 19:21:29 +0200 Subject: [PATCH] Fix ci --- htdocs/core/lib/functions.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 8413e5d893a..ac3ec79e418 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -7128,6 +7128,8 @@ function getTitleFieldOfList($name, $thead = 0, $file = "", $field = "", $begin $prefix .= 'right '; // For backward compatibility } + $tooltip = (string) $tooltip; // In case $tooltip is null + $sortorder = strtoupper((string) $sortorder); $out = ''; $sortimg = '';