fix
This commit is contained in:
@@ -749,7 +749,7 @@ class Member extends Users_Controller {
|
||||
$data['card_coupon_data_result'] = $this->report_model->getRedeemCouponsList(6)['card_coupon_data_result'];
|
||||
|
||||
$data['wallet'] = $this->account_model->getUserWallet( $_SESSION['member_id']);
|
||||
|
||||
$data['escrow'] = $this->account_model->getUserEscrowWallet( $_SESSION['member_id']);
|
||||
|
||||
if ($_POST) {
|
||||
$data['comment'] = $this->input->post('comment');
|
||||
|
||||
Reference in New Issue
Block a user