Commit 382502f5 authored by hujun's avatar hujun

+

parent 16373c7a
...@@ -480,7 +480,7 @@ class PrivacyNumber ...@@ -480,7 +480,7 @@ class PrivacyNumber
foreach ($time_arr as $t_val) { foreach ($time_arr as $t_val) {
if ($t_val['time'] <= 60) { if ($t_val['time'] <= 60) {
$minute = 1; $minute += 1;
} else { } else {
$minute += ceil($t_val['time']/60); $minute += ceil($t_val['time']/60);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment