From 5fa8af053a51a065330e846181b906457dd81d07 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Thu, 14 Apr 2022 14:41:17 -0400 Subject: [PATCH] fix --- app/Controllers/Savvy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 7be404a..7ca54d0 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -193,7 +193,7 @@ class Savvy extends BaseController else{ $resLogin = FloatLogin::floatLoginUser($inx['username'], $inx['password']); log_message('critical', "Login Returned=>".$endpoint ); - $this->logArray($res); + $this->logArray($resLogin); $resLoginArray = json_decode($resLogin, true); $this->logArray($resLoginArray); if (!empty($resLoginArray)){