Merge branch 'MDL-59106_master-fix' of git://github.com/dmonllao/moodle

This commit is contained in:
Jake Dallimore 2017-10-12 10:54:25 +08:00
commit cb9a803d80

View File

@ -109,7 +109,7 @@ class insights_list implements \renderable, \templatable {
$preddata = array();
$preddata['predictiondisplayvalue'] = $this->model->get_target()->get_display_value($predictedvalue);
list($preddata['style'], $preddata['outcomeicon']) =
insight::get_calculation_display($this->model->get_target(), $predictedvalue, $output);
insight::get_calculation_display($this->model->get_target(), floatval($predictedvalue), $output);
$predictionvalues[$predictedvalue] = $preddata;
}