fix
This commit is contained in:
parent
a45c227e65
commit
921148d632
@ -817,7 +817,7 @@ class RechargeController
|
||||
|
||||
foreach ($dailypurchase as $key => $val) {
|
||||
if ($val['time'] < $daysecs) {
|
||||
unset($dailypurchase['$key']);
|
||||
unset($dailypurchase[$key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user