fix
This commit is contained in:
@@ -196,10 +196,11 @@ class Savvy extends BaseController
|
|||||||
$this->logArray($resLogin);
|
$this->logArray($resLogin);
|
||||||
$resLoginArray = json_decode($resLogin, true);
|
$resLoginArray = json_decode($resLogin, true);
|
||||||
$this->logArray($resLoginArray);
|
$this->logArray($resLoginArray);
|
||||||
|
log_message('critical', "Ready for Profile=>".$resLoginArray['accessToken'] );
|
||||||
if (!empty($resLoginArray)){
|
if (!empty($resLoginArray)){
|
||||||
if (isset($$resLoginArray['accessToken'])){
|
if (isset($resLoginArray['accessToken'])){
|
||||||
|
|
||||||
$res = UserProfile::floatUserProfile($$resLoginArray['accessToken']);
|
$res = UserProfile::floatUserProfile($resLoginArray['accessToken']);
|
||||||
$this->logArray($res);
|
$this->logArray($res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user