diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 7ca54d0..3ace1b4 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -196,10 +196,11 @@ class Savvy extends BaseController $this->logArray($resLogin); $resLoginArray = json_decode($resLogin, true); $this->logArray($resLoginArray); + log_message('critical', "Ready for Profile=>".$resLoginArray['accessToken'] ); if (!empty($resLoginArray)){ - if (isset($$resLoginArray['accessToken'])){ + if (isset($resLoginArray['accessToken'])){ - $res = UserProfile::floatUserProfile($$resLoginArray['accessToken']); + $res = UserProfile::floatUserProfile($resLoginArray['accessToken']); $this->logArray($res); }