Fix #14457 - mb_stubstr null

Closes: #14457
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2018-07-04 22:23:17 +02:00
parent cf8e559987
commit bdd60af282
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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']
) . '...'