Fix #14457 - mb_stubstr null
Closes: #14457 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
cf8e559987
commit
bdd60af282
@ -4701,7 +4701,7 @@ class Results
|
||||
|
||||
$column_for_last_row = mb_strtoupper(
|
||||
mb_substr(
|
||||
$column_for_last_row,
|
||||
(string) $column_for_last_row,
|
||||
0,
|
||||
$GLOBALS['cfg']['LimitChars']
|
||||
) . '...'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user