Compare commits

..

No commits in common. "acddce37e6aaffdd70b6d8b3000dc81c024f2705" and "c6fd14352e1553443e8defcd3abd36d6be4c0931" have entirely different histories.

View file

@ -516,7 +516,7 @@ class acp_search
$this->db->sql_freeresult($result); $this->db->sql_freeresult($result);
$total_count = $done_count + $remain_count; $total_count = $done_count + $remain_count;
$percent = $total_count > 0 ? ($done_count / $total_count) * 100 : 100; $percent = ($done_count / $total_count) * 100;
return [ return [
'VALUE' => $done_count, 'VALUE' => $done_count,