Learnpath: fix mystudents report lp time when 'lp_minimum_time' = true in configuration.php and minimum time = 0

Author: Juan Cortizas Ponte <124381395+juancpbinario@users.noreply.github.com>
pull/4737/head
juancp-contidosdixitais 2 years ago committed by GitHub
parent 072e0daa25
commit ef85d045ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/mySpace/myStudents.php

@ -1775,6 +1775,8 @@ if (empty($details)) {
$formattedWorkTime
);
}
} else {
$formattedLpTime = api_time_to_hms($totalLpTime);
}
}
} else {

Loading…
Cancel
Save