Skip to content

Commit

Permalink
Fix #14936 - improve the fix for #14936
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 2, 2020
1 parent 02d13f6 commit 7c0bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Display/Results.php
Expand Up @@ -2948,7 +2948,7 @@ private function _getRowValues(

$display_params['data'][$row_no][$i]
= $this->_getDataCellForNumericColumns(
$row[$i],
$row[$i] === null ? null : (string) $row[$i],
$class,
$condition_field,
$meta,
Expand Down

0 comments on commit 7c0bdfd

Please sign in to comment.