This commit is contained in:
ldestailleur
2025-09-09 19:21:29 +02:00
parent be97a6ccee
commit 42e59c9370

View File

@@ -7128,6 +7128,8 @@ function getTitleFieldOfList($name, $thead = 0, $file = "", $field = "", $begin
$prefix .= 'right '; // For backward compatibility $prefix .= 'right '; // For backward compatibility
} }
$tooltip = (string) $tooltip; // In case $tooltip is null
$sortorder = strtoupper((string) $sortorder); $sortorder = strtoupper((string) $sortorder);
$out = ''; $out = '';
$sortimg = ''; $sortimg = '';