Skip to content

Commit

Permalink
Learnpath: fix mystudents report lp time when 'lp_minimum_time' = tru…
Browse files Browse the repository at this point in the history
…e in configuration.php and minimum time = 0

Author: Juan Cortizas Ponte <124381395+juancpbinario@users.noreply.github.com>
  • Loading branch information
juancp-contidosdixitais committed May 30, 2023
1 parent 072e0da commit ef85d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/mySpace/myStudents.php
Expand Up @@ -1775,6 +1775,8 @@
$formattedWorkTime
);
}
} else {
$formattedLpTime = api_time_to_hms($totalLpTime);
}
}
} else {
Expand Down

0 comments on commit ef85d04

Please sign in to comment.