fix
This commit is contained in:
parent
ace399c903
commit
859c4ecc56
@ -550,7 +550,7 @@ class RechargeController
|
|||||||
} else {
|
} else {
|
||||||
$daily_purchase = array();
|
$daily_purchase = array();
|
||||||
if ($rechargerow['daily_purchase'] != null && $rechargerow['daily_purchase'] != '') {
|
if ($rechargerow['daily_purchase'] != null && $rechargerow['daily_purchase'] != '') {
|
||||||
json_decode($rechargerow['daily_purchase'], true);
|
$daily_purchase = json_decode($rechargerow['daily_purchase'], true);
|
||||||
}
|
}
|
||||||
$found = false;
|
$found = false;
|
||||||
foreach ($daily_purchase as $key => $dailyitem) {
|
foreach ($daily_purchase as $key => $dailyitem) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user