-
Bug
-
Resolution: Fixed
-
Major
-
4.0.0-a1
-
None
-
None
This line can cause a division by 0 error
{{}}
$percent = ($done_count / $total_count) * 100; |
{{}}
This line can cause a division by 0 error
{{}}
$percent = ($done_count / $total_count) * 100; |
{{}}