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