fix
This commit is contained in:
parent
109f7478d6
commit
6456272eb7
@ -863,11 +863,15 @@ class RechargeController
|
||||
}
|
||||
}
|
||||
|
||||
$daily = array();
|
||||
foreach ($dailypurchase as $key => $val) {
|
||||
if ($val['time'] < $daysecs) {
|
||||
unset($dailypurchase[$key]);
|
||||
} else {
|
||||
array_push($daily, $val);
|
||||
}
|
||||
}
|
||||
$dailypurchase = $daily;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user