is_array($out['result_list']) &&
This commit is contained in:
@@ -281,7 +281,7 @@ class WrenchWallet extends BaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( count($out["result_list"])> 0 ){
|
if ( is_array($out['result_list']) && count($out["result_list"])> 0 ){
|
||||||
$owner_country = $out["result_list"][0]['owner_country'];
|
$owner_country = $out["result_list"][0]['owner_country'];
|
||||||
// $wallet_country = $first_names = array_column($owner_country , 'country');;
|
// $wallet_country = $first_names = array_column($owner_country , 'country');;
|
||||||
$auxWallet = $this->auxiliaryWallets($owner_country);
|
$auxWallet = $this->auxiliaryWallets($owner_country);
|
||||||
|
|||||||
Reference in New Issue
Block a user