diff --git a/app/Controllers/Employment.php b/app/Controllers/Employment.php index 965294c..70a7bb3 100644 --- a/app/Controllers/Employment.php +++ b/app/Controllers/Employment.php @@ -61,11 +61,11 @@ class Employment extends BaseController $query = $this->db->query( $sqlVer ); $rowV = $query->getResult('array'); if ( $rowV[0]){ - $row = $rowV[0]['uid']; + $row = $rowV[0]; $session_valid = true; } } - + $data = [ 'call_return' => '100', 'session_valid' => $session_valid,